1
0
Fork 0
forked from github/pelican

pre-commit filter auto-indents templates, css, js

This commit is contained in:
boxydog 2024-05-31 07:34:01 -05:00
commit 4af40e8077
159 changed files with 12034 additions and 12034 deletions

View file

@ -13,10 +13,10 @@
{% endblock %}
{% block content %}
<article>
<header>
<h2>{{ page.title }}</h2>
</header>
<article>
<header>
<h2>{{ page.title }}</h2>
</header>
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
@ -25,9 +25,9 @@
{% if page.modified %}
<footer>
<p>
Last updated: {{ page.locale_modified }}
Last updated: {{ page.locale_modified }}
</p>
</footer>
{% endif %}
</article>
</article>
{% endblock %}