From bf3bfd616ddf0e1ed1b3b06155679a73bb18d140 Mon Sep 17 00:00:00 2001 From: mat ess Date: Sun, 14 Aug 2022 09:46:13 -0400 Subject: [PATCH] Simplify tags --- sass/style/main.scss | 4 ---- templates/macros/macros.html | 22 ++++++++-------------- templates/partials/nav.html | 2 +- 3 files changed, 9 insertions(+), 19 deletions(-) diff --git a/sass/style/main.scss b/sass/style/main.scss index d921642..65638c9 100644 --- a/sass/style/main.scss +++ b/sass/style/main.scss @@ -168,10 +168,6 @@ ul.tags { } } -.meta.tags { - float: right; -} - // Header dot .header-dot { font-size: 1.6em; diff --git a/templates/macros/macros.html b/templates/macros/macros.html index eced0a0..182e160 100644 --- a/templates/macros/macros.html +++ b/templates/macros/macros.html @@ -10,11 +10,11 @@ {{page.title}} -
- {{ post_macros::tags(page=page, short=false) }} +
+ posted on
- + {{ post_macros::tags(page=page) }}
@@ -36,19 +36,13 @@ {% endmacro list_posts %} -{% macro tags(page, short=false) %} +{% macro tags(page) %} {%- if page.taxonomies and page.taxonomies.tags %} -