updated page with meta data i forgot. oops
This commit is contained in:
parent
1c9f434eb2
commit
dc8f485c45
2 changed files with 9 additions and 1 deletions
|
@ -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';
|
||||
|
|
|
@ -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 %}
|
Loading…
Reference in a new issue