Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/adityatelange/hugo-PaperMod.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAditya Telange <21258296+adityatelange@users.noreply.github.com>2022-04-30 05:12:51 +0300
committerAditya Telange <21258296+adityatelange@users.noreply.github.com>2022-04-30 05:12:51 +0300
commit44f5970db226d7e57d7f7dab4ffdb71d5810349d (patch)
tree12d04f648770e5bd088ccf257a9bd9837246d8d3 /assets
parent64c40fe6bd6ac8af9c58e02a9187a557c0c3213a (diff)
Add RSS button to `Section` and `Term` pages.
Usage => Params: ShowRssButtonInSectionTermList: true --- ShowRssButtonInSectionTermList: false ---
Diffstat (limited to 'assets')
-rw-r--r--assets/css/common/post-single.css4
1 files changed, 4 insertions, 0 deletions
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