diff --git a/README.md b/README.md index e8f6c05..e2cb9ca 100644 --- a/README.md +++ b/README.md @@ -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'; diff --git a/src/themes/theme-fipamo-default/fipamo-default/page.twig b/src/themes/theme-fipamo-default/fipamo-default/page.twig index 434b8a6..6d9852d 100644 --- a/src/themes/theme-fipamo-default/fipamo-default/page.twig +++ b/src/themes/theme-fipamo-default/fipamo-default/page.twig @@ -13,6 +13,14 @@

{{content | raw}}

+
+ + {{meta['who']}} dropped this {{ meta['when'] }}
+ tags: + {% for tag in meta['tags'] %} + {{ tag.label }} + {% endfor %} +
{% endblock %} \ No newline at end of file