From fc0249f5991a62492c7a53ff15830486b61ac408 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Thu, 29 Sep 2022 11:37:36 +0200 Subject: [PATCH] hide link text --- src/css/y.css | 1 + templates/index.html | 3 ++- templates/post.html | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/css/y.css b/src/css/y.css index cd6bf4e..8e5c5ee 100644 --- a/src/css/y.css +++ b/src/css/y.css @@ -31,6 +31,7 @@ hr { opacity: 0.3; } padding: 1rem; } #logo svg { width: 5em; } +#logo div { display: none; } #preamble, #postamble { text-align: center; } #content,.content,#postamble { padding: 0 1rem; diff --git a/templates/index.html b/templates/index.html index 4f924be..9f7bdb6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,7 +18,8 @@