Skip to content

Commit

Permalink
Adds Jinja link
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth committed Sep 21, 2023
1 parent 64f29d5 commit 7119f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block description %}Some details on how this site is made{% endblock %}

{% block content %}
<p>This site is a <a href="https://flask.palletsprojects.com/">Flask</a> application running on <a
<p>This site is a <a href="https://flask.palletsprojects.com/">Flask</a> application using <a href="https://jinja.palletsprojects.com">Jinja</a> templates running on <a
href="https://fly.io">fly.io</a>.</p>

<p>You can find the source code at <a href="https://github.com/lostmapper/tools.lostmapper.com">https://github.com/lostmapper/tools.lostmapper.com</a>
Expand Down

0 comments on commit 7119f6b

Please sign in to comment.