From 60f5ccc1be98cba36467ab17d265dee1d0b17733 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 3 Nov 2021 20:30:13 -0500 Subject: [PATCH] Open RSS links in new tab --- layouts/_default/list.html | 2 +- layouts/taxonomy/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 293f342..4827e96 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -5,7 +5,7 @@ {{ .Title | markdownify }} {{ with .OutputFormats.Get "rss" }} - {{ partial "icon.html" "rss-feed" }} + {{ partial "icon.html" "rss-feed" }} {{ end }} diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html index c6fe3e0..cfe2f34 100644 --- a/layouts/taxonomy/list.html +++ b/layouts/taxonomy/list.html @@ -6,7 +6,7 @@ {{ if eq .Kind "term" }} {{ with .OutputFormats.Get "rss" }} - {{ partial "icon.html" "rss-feed" }} + {{ partial "icon.html" "rss-feed" }} {{ end }} {{ end }}