Skip to content

Commit

Permalink
release: v0.2.3
Browse files Browse the repository at this point in the history
- dependencies: updates flask to <3.0.0.
- dependencies: updates python to >3.8.0.
- dependencies: updates jinja2 to >=3.0.0.
- removes jinja2 extensions that are now included in the compiler.
- fix: easyMDE version in template.

Co-Authored-by: Pascal Repond <[email protected]>
  • Loading branch information
PascalRepond committed Nov 7, 2022
1 parent 5453524 commit 4845909
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 210 deletions.
3 changes: 1 addition & 2 deletions babel.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
# more details.

[python: **.py]
[jinja2: **/templates/**.html]
extensions=jinja2.ext.autoescape,jinja2.ext.with_
[jinja2: **/templates/**.html]
2 changes: 1 addition & 1 deletion flask_wiki/templates/wiki/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<link href="{{ url_for('wiki.static', filename='css/font-awesome.min.css') }}" rel="stylesheet" />
<link href="{{ url_for('wiki.static', filename='css/wiki.css') }}" rel="stylesheet" />
<!-- EasyMDE -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/easymde/dist/easymde.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/easymde@2.16.1/dist/easymde.min.css">
{% endblock %}

<title>{{ _('Flask-Wiki') }}</title>
Expand Down
Loading

0 comments on commit 4845909

Please sign in to comment.