use zola osal

This commit is contained in:
timurgordon
2023-12-13 16:15:13 +03:00
parent 15d17fb4c4
commit fc1e11d69f
127 changed files with 31 additions and 5860 deletions

View File

@@ -1,14 +0,0 @@
{% extends "_default/base.html" %}
{% block content %}
<!-- Page template for blog posts and basic informative markdown files -->
<h1 class="title">
{{ section.title }}
</h1>
<ul>
{% for page in section.pages %}
<li>{{ page.date | date(format="%B %e, %Y", timezone="America/Chicago") }} &bull; <a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
{% endfor %}
</ul>
<p>This comes from /templates/_default/list.html.</p>
{% endblock content %}