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 %} -