summaryrefslogtreecommitdiff
path: root/themes/schizo
diff options
context:
space:
mode:
authorSkiz <skiznet@aol.com>2024-08-04 18:00:52 -0400
committerSkiz <skiznet@aol.com>2024-08-04 18:00:52 -0400
commit8435a30f263e836a2e085927034e843d430806aa (patch)
tree962089a3cd05b6120596beabf2fbcbda0e99abde /themes/schizo
parent22499684cf5bab780975b6cf6dd981872e117258 (diff)
Added buttons and changed footer.
Diffstat (limited to 'themes/schizo')
-rw-r--r--themes/schizo/layouts/_default/baseof.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/schizo/layouts/_default/baseof.html b/themes/schizo/layouts/_default/baseof.html
index 57e17ce..94a587a 100644
--- a/themes/schizo/layouts/_default/baseof.html
+++ b/themes/schizo/layouts/_default/baseof.html
@@ -29,7 +29,11 @@
{{ block "footer" . }}
<footer>
<a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a>
- {{- if .Param "showrss" }}<br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>{{ end }}
+ {{- if .Param "showrss" }}<br><br>
+ <img src="/images/gifs/vim.love.gif"> <a href="https://spyware.neocities.org/articles/discord"><img src="/images/gifs/discord.gif"></a> <img src="images/gifs/debianbutton-1.gif">
+ <br>
+ <!--<a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."><br>-->
+ </a>{{ end }}
</footer>
{{ end }}
</body>