diff options
author | Tim Keller <tjkeller.xyz> | 2025-02-22 20:14:43 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-02-22 20:14:43 -0600 |
commit | c210dd6989046d2379a6ac161b7f95cafd5a0566 (patch) | |
tree | 30e401d39ecf68980c25ca88a19ce8ff075ca16d /layouts/_default/baseof.html | |
parent | 9574eabd56758ae048cee7ba1edb08bac91fa7fc (diff) | |
download | hugo-theme-tjkbasic-c210dd6989046d2379a6ac161b7f95cafd5a0566.tar.xz hugo-theme-tjkbasic-c210dd6989046d2379a6ac161b7f95cafd5a0566.zip |
reorganize style.css and remove rss icon from bottom of page
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 13b6058..f6060c0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -29,9 +29,6 @@ </main> <footer> <hr> - <div id="sharing"> - <a><img src="/icons/rss_feed_24dp_78A75A_FILL0_wght400_GRAD0_opsz24.svg" /></a> - </div> {{ if .Site.Params.copyright.include }} <span id="copyright">© {{ time.Now.Year }} {{ .Site.Params.copyright.name }} – {{ .Site.Params.copyright.type }}</span> {{ end }} |