From 7592ad182bb75931949849a95883e8040565c8b4 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 3 Oct 2017 10:42:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=20Added=20`rel=3D"noopener"`=20to?= =?UTF-8?q?=20all=20`target=3D"=5Fblank"`=20links=20(#398)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #394 - closes potential phishing avenues by preventing external sites from changing the blogs url in the background after opening - see https://mathiasbynens.github.io/rel-noopener/ for more info --- author.hbs | 8 ++++---- default.hbs | 6 +++--- partials/site-nav.hbs | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/author.hbs b/author.hbs index 53c3f90..451218e 100644 --- a/author.hbs +++ b/author.hbs @@ -22,15 +22,15 @@ {{plural ../pagination.total empty='No posts' singular='% post' plural='% posts'}} {{#if website}} - {{> "icons/website"}} + {{> "icons/website"}} {{/if}} {{#if twitter}} - {{> "icons/twitter"}} + {{> "icons/twitter"}} {{/if}} {{#if facebook}} - {{> "icons/facebook"}} + {{> "icons/facebook"}} {{/if}} - {{> "icons/rss"}} + {{> "icons/rss"}} diff --git a/default.hbs b/default.hbs index c9f9402..024bc99 100644 --- a/default.hbs +++ b/default.hbs @@ -31,9 +31,9 @@ diff --git a/partials/site-nav.hbs b/partials/site-nav.hbs index 4483d5a..27080b7 100644 --- a/partials/site-nav.hbs +++ b/partials/site-nav.hbs @@ -14,16 +14,16 @@