From 03e41b55c29dc1f3320eff23f8502863f7068ff6 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 18 Feb 2021 12:22:18 -0300 Subject: [PATCH] Acessibility improvements (#248) --- _includes/head.html | 2 +- _includes/post_info.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index fd37631edc..fa581d23da 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,6 +1,6 @@ - + diff --git a/_includes/post_info.html b/_includes/post_info.html index b555ed657e..0cd02af43f 100644 --- a/_includes/post_info.html +++ b/_includes/post_info.html @@ -4,7 +4,7 @@
{%- if author.url -%}{%- endif -%} {% if author.avatar %} - + Author's avatar {% endif %}

{% if author.name %}{{ author.name }} - {% endif %}{{ date | date: "%B %-d, %Y" }}