aboutsummaryrefslogtreecommitdiff
path: root/assets/css/default.css
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-25 19:18:40 -0400
committertdro <tdro@noreply.example.com>2022-05-25 19:18:40 -0400
commit76fcd575e61a0f0e4ce602387d9a3b6098a23884 (patch)
treeebe4b9bae4d08c9f1cc402cd615229eba63c9eb2 /assets/css/default.css
parent8710bcdc76615374cf40af2fb8ea2304f9cdaee1 (diff)
downloadcanory-76fcd575e61a0f0e4ce602387d9a3b6098a23884.tar.gz
canory-76fcd575e61a0f0e4ce602387d9a3b6098a23884.tar.bz2
canory-76fcd575e61a0f0e4ce602387d9a3b6098a23884.zip
themes/default/layouts: Multiplex RSS feeds
Use one feed fetching logic and generate feeds as markdown. Due to generation step hugo has to run twice to fully generate all static content.
Diffstat (limited to 'assets/css/default.css')
-rw-r--r--assets/css/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 63d98f7..1c010a2 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1092,6 +1092,10 @@ gallery-images img:last-child {
border-bottom-right-radius: 0.5rem;
}
+main web-ring {
+ display: none;
+}
+
web-ring {
border-radius: 1rem;
position: sticky;