aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-02-22 20:14:43 -0600
committerTim Keller <tjkeller.xyz>2025-02-22 20:14:43 -0600
commitc210dd6989046d2379a6ac161b7f95cafd5a0566 (patch)
tree30e401d39ecf68980c25ca88a19ce8ff075ca16d /layouts/_default/baseof.html
parent9574eabd56758ae048cee7ba1edb08bac91fa7fc (diff)
downloadhugo-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.html3
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">&copy; {{ time.Now.Year }} {{ .Site.Params.copyright.name }} &ndash; {{ .Site.Params.copyright.type }}</span>
{{ end }}