From c0f65f76be3f33fb464d3f75c9b9e0100ea60436 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 20 Feb 2019 00:07:04 +0100 Subject: Move to Firebase and added additional content --- source/layouts/index.njk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source/layouts/index.njk') diff --git a/source/layouts/index.njk b/source/layouts/index.njk index 6a2441f..9784155 100644 --- a/source/layouts/index.njk +++ b/source/layouts/index.njk @@ -9,6 +9,8 @@ + + {{ vars.title }} @@ -17,13 +19,13 @@ - + - + {{ css }} @@ -39,8 +41,8 @@ {% for post in posts %}
-

{{ post.title }}

+

{{ post.title }}

{% endfor %} -- cgit v1.2.3