diff options
-rw-r--r-- | themes/schizo/layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/schizo/layouts/_default/baseof.html b/themes/schizo/layouts/_default/baseof.html index 94a587a..24e887a 100644 --- a/themes/schizo/layouts/_default/baseof.html +++ b/themes/schizo/layouts/_default/baseof.html @@ -30,7 +30,7 @@ <footer> <a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a> {{- 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"> + <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 }} |