tweaks so the templates match changes made for rendering

This commit is contained in:
Are0h 2021-04-22 16:03:48 -07:00
parent 6e5ea1fc9f
commit 1c9f434eb2
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@
{{data.full_month}}
</span>
{% for page in data.pages %}
<a href="{{ "/"~item.year~"/"~data.month~"/"~page.slug~".html" }}">{{page.title}}</a>
<a href="{{ "/"~item.year~"/"~data.month~"/"~page.slug~".html" }}">{{page.title}}</a><br />
{% endfor %}
</div>

View file

@ -50,7 +50,7 @@
<footer>
<div class="inner">
<a href="/archives">Archives</a><br />
<a href="/archives.html">Archives</a><br />
© 2020 By Fipamo
</div>
</footer>

View file

@ -8,7 +8,7 @@
<article>
<div class="index">
<h2>{{title}}</h2>
<p>{{ content }}</p>
<p>{{ content | raw }}</p>
</div>
</article>