From df3bf1a48857339f3af4810a3347f3e37ffeb22b Mon Sep 17 00:00:00 2001 From: Sorin Davidoi Date: Thu, 6 Sep 2018 23:10:01 +0200 Subject: [PATCH 1/2] fix(css): Add back outline Removing outline without adding other indicators for focused content is an accessibility violation (try using Tab to navigate on the page - you can't tell where the focus is). http://www.outlinenone.com/ --- static/css/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index f4d596ee..9114a1ae 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -19,7 +19,6 @@ a, a:visited { color: #7765E3; text-decoration: none; - outline: none; } small { From ef48f5b4ebdfe8322ed5e184d19ab8e6bcca5f58 Mon Sep 17 00:00:00 2001 From: Sorin Davidoi Date: Thu, 6 Sep 2018 23:32:02 +0200 Subject: [PATCH 2/2] fix(templates/macros): Invalid markup --- templates/macros.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.html.tera b/templates/macros.html.tera index b336f281..e8ed7f45 100644 --- a/templates/macros.html.tera +++ b/templates/macros.html.tera @@ -1,7 +1,7 @@ {% macro post_card(article) %}

{{ article.post.title }}

-

{% if article.post.subtitle | length > 0 %} {{ article.post.subtitle }}