style, templating, why copyleft, reads draft

This commit is contained in:
Pascal Engélibert 2022-10-11 22:11:26 +02:00
commit 2b0484528b
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA
10 changed files with 224 additions and 19 deletions

View file

@ -1,7 +1,9 @@
{% for page in section.pages %}
<article>
<h2 class="article-list_title"><a href="{{page.permalink|safe}}">{{page.title}}</a></h2>
<small>{{page.date}}</small>
<h3 class="article-list_title"><a href="{{page.permalink|safe}}">{{page.title}}</a></h3>
<small class="article-date">{{page.date}}</small>
<p>{{page.description|safe}}</p>
</article>
{% endfor %}
{% endfor %}
<pre>{{ __tera_context }}</pre>