updated page with meta data i forgot. oops

This commit is contained in:
Are0h 2021-04-26 12:58:40 -07:00
parent 1c9f434eb2
commit dc8f485c45
2 changed files with 9 additions and 1 deletions

View file

@ -2,4 +2,4 @@
So in the course of making [Fipamo](https://code.playvicio.us/Are0h/Fipamo), the need arose to make a thing that made making and editing themes a bit easier. HENCE THE CREATION OF FTK.
Just run 'php -S localhost:2314';
Just run 'php -S localhost:1414';

View file

@ -13,6 +13,14 @@
<article>
<div class="page">
<p>{{content | raw}}</p>
<div>
{{meta['who']}} dropped this {{ meta['when'] }}<br />
<strong>tags: </strong>
{% for tag in meta['tags'] %}
<a href="{{ "/tags/"~tag.slug~".html" }}">{{ tag.label }}</a>
{% endfor %}
</div>
</div>
</article>
{% endblock %}