From 43a66e79017bd1e172fa4aceae2c4f5763ae3371 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Wed, 14 Oct 2020 14:02:46 +0200 Subject: [PATCH] make date semantic --- _includes/author.html | 2 +- _layouts/post.html | 6 ++---- highlights.html | 1 + index.html | 1 + 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/author.html b/_includes/author.html index 5dced22..acb7f9d 100644 --- a/_includes/author.html +++ b/_includes/author.html @@ -13,7 +13,7 @@

Published the - {% include dates.html %} +

{% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index 4882597..795354f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -61,13 +61,11 @@ layout: default {% assign author = site.authors | where: "url", author_id | first %}
-

{{ author.name }}

-

{{ author.position }}{% if author.gpg != nil %} | GPG{% endif %}

+

Published the - {% include dates.html %} +

diff --git a/highlights.html b/highlights.html index 9ad0ddc..3cb2c69 100644 --- a/highlights.html +++ b/highlights.html @@ -28,6 +28,7 @@ layout: default

{{ post.title }}

+

{{ post.description }}
diff --git a/index.html b/index.html index e39a61b..ed7fdd9 100644 --- a/index.html +++ b/index.html @@ -60,6 +60,7 @@ layout: default

{{ post.title }}

+

{{ post.description }}