tweaks so the templates match changes made for rendering
This commit is contained in:
parent
6e5ea1fc9f
commit
1c9f434eb2
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<article>
|
||||
<div class="index">
|
||||
<h2>{{title}}</h2>
|
||||
<p>{{ content }}</p>
|
||||
<p>{{ content | raw }}</p>
|
||||
|
||||
</div>
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue