diff --git a/_includes/components/blog-sidebar.njk b/_includes/components/blog-sidebar.njk index 3ac588c..3f90f5d 100644 --- a/_includes/components/blog-sidebar.njk +++ b/_includes/components/blog-sidebar.njk @@ -1,22 +1,28 @@ {# Blog Sidebar - Shown on individual post pages #} {# Contains: Author compact card, Related posts, Categories, Recent posts #} -{# Author Compact Card #} +{# Author Compact Card - h-card microformat (compact version) #}
-
- {{ site.author.name }} +
+ + {{ site.author.name }} +
{{ site.author.name }}

{{ site.author.title }}

+ {% if site.author.locality %} +

{{ site.author.locality }}{% if site.author.country %}, {{ site.author.country }}{% endif %}

+ {% endif %}
+
{# Post Navigation Widget - Previous/Next #}