diff --git a/src/_includes/meta.html b/src/_includes/meta.html index 568ef2e0..6628181a 100644 --- a/src/_includes/meta.html +++ b/src/_includes/meta.html @@ -16,30 +16,34 @@ {%- assign description = site.description -%} {%- endif -%} {%- assign description = description | normalize_whitespace -%} - +{%- assign is_article = page.date and page.tags -%} {{ title }} -{%- if page.date and page.tags -%} +{%- if is_article -%} {%- for tag in page.tags -%} {%- endfor -%} - -{%- else -%} - {%- endif -%} + + +{%- if is_article -%} + +{%- else -%} + +{%- endif -%} - - + +