From bbf8f10196507de67410712736152a67f61ef7c0 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 30 Mar 2020 00:34:28 +0200 Subject: Theme changes --- static/style.css | 1 + templates/index.twig | 2 +- templates/page.twig | 2 +- templates/partials/preconnect.twig | 2 ++ templates/post.twig | 2 +- 5 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 templates/partials/preconnect.twig diff --git a/static/style.css b/static/style.css index 25a88a4..3767512 100644 --- a/static/style.css +++ b/static/style.css @@ -99,6 +99,7 @@ ul.article-list li { ul.article-list time { display: block; + font-size: 85%; } ul.article-list li a { diff --git a/templates/index.twig b/templates/index.twig index b7916cf..35eca89 100644 --- a/templates/index.twig +++ b/templates/index.twig @@ -10,7 +10,7 @@ - + {% include "partials/preconnect.twig" %} {{ global.title }} diff --git a/templates/page.twig b/templates/page.twig index 128e321..9e8773e 100644 --- a/templates/page.twig +++ b/templates/page.twig @@ -10,7 +10,7 @@ - + {% include "partials/preconnect.twig" %} {{ options.title }} diff --git a/templates/partials/preconnect.twig b/templates/partials/preconnect.twig new file mode 100644 index 0000000..800053e --- /dev/null +++ b/templates/partials/preconnect.twig @@ -0,0 +1,2 @@ + + diff --git a/templates/post.twig b/templates/post.twig index fbcb8d6..e7d01bd 100644 --- a/templates/post.twig +++ b/templates/post.twig @@ -10,7 +10,7 @@ - + {% include "partials/preconnect.twig" %} {{ options.title }} -- cgit v1.2.3