diff --git a/TODO.md b/TODO.md index 379e847..d102f14 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,5 @@ * more fitting syntax highlighting theme * photo gallery thing for grouped together images, looking kinda like message thing in like discord or telegram * add an rss feed next to the atom feed for Reasons that came to me in a dream last night but i forgort -* fix template rendering error when multiple posts have same publishing date \ No newline at end of file +* fix template rendering error when multiple posts have same publishing date +* add some more OG article tags specifically on article, and generally more metadata tags that may ever so slightly help with SEO and whatnot \ No newline at end of file diff --git a/src/_includes/layouts/default.njk b/src/_includes/layouts/default.njk index eaa2f92..1eb9ec6 100644 --- a/src/_includes/layouts/default.njk +++ b/src/_includes/layouts/default.njk @@ -16,7 +16,7 @@ {% if feature_alt %}{% endif %} - + {% if page.date %}{% endif %} diff --git a/src/_includes/layouts/post.njk b/src/_includes/layouts/post.njk index 5f7cb50..cfbd30b 100644 --- a/src/_includes/layouts/post.njk +++ b/src/_includes/layouts/post.njk @@ -16,7 +16,7 @@ subhead: blog {{ content | timeToRead }} to read - by {{ site.name }} + by {{ site.name }}{% if coauthor %} and {{ coauthor.name }}{% endif %} {% if tags %} in diff --git a/src/posts.njk b/src/posts.njk index bdbc050..b0fd9fc 100644 --- a/src/posts.njk +++ b/src/posts.njk @@ -23,7 +23,7 @@ permalink: /posts/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumbe {{ entry.content | timeToRead }} to read - by {{ site.name }} + by {{ site.name }}{% if entry.data.coauthor %} and {{ entry.data.coauthor.name }}{% endif %} {% if entry.data.tags %} in diff --git a/src/tagged.njk b/src/tagged.njk index ca6c337..fcf4c0b 100644 --- a/src/tagged.njk +++ b/src/tagged.njk @@ -28,7 +28,7 @@ date: git Last Modified (updated ) {% endif %} - by {{ site.name }} + by {{ site.name }}{% if entry.data.coauthor %} and {{ entry.data.coauthor.name }}{% endif %} {% if entry.data.tags %} in