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}}
|
{{data.full_month}}
|
||||||
</span>
|
</span>
|
||||||
{% for page in data.pages %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<a href="/archives">Archives</a><br />
|
<a href="/archives.html">Archives</a><br />
|
||||||
© 2020 By Fipamo
|
© 2020 By Fipamo
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<article>
|
<article>
|
||||||
<div class="index">
|
<div class="index">
|
||||||
<h2>{{title}}</h2>
|
<h2>{{title}}</h2>
|
||||||
<p>{{ content }}</p>
|
<p>{{ content | raw }}</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Reference in a new issue