From dc8f485c4523e4c204f55c867f21df3ffdf7eb1c Mon Sep 17 00:00:00 2001 From: Are0h Date: Mon, 26 Apr 2021 12:58:40 -0700 Subject: [PATCH] updated page with meta data i forgot. oops --- README.md | 2 +- src/themes/theme-fipamo-default/fipamo-default/page.twig | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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