From 44f5970db226d7e57d7f7dab4ffdb71d5810349d Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 30 Apr 2022 07:42:51 +0530 Subject: [PATCH] Add RSS button to `Section` and `Term` pages. Usage => Params: ShowRssButtonInSectionTermList: true --- ShowRssButtonInSectionTermList: false --- --- assets/css/common/post-single.css | 4 ++++ layouts/_default/list.html | 14 +++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css index fb9ea6f4..675bb684 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -427,3 +427,7 @@ h6:hover .anchor { [dir="rtl"] .paginav .next { text-align: left; } + +h1>a>svg { + display: inline; +} \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 43276e88..01ba7525 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -7,7 +7,19 @@ {{- if not .IsHome | and .Title }}