diff options
Diffstat (limited to 'themes/vapor/layouts')
-rw-r--r-- | themes/vapor/layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/vapor/layouts/_default/baseof.html b/themes/vapor/layouts/_default/baseof.html index 7e59365..192a555 100644 --- a/themes/vapor/layouts/_default/baseof.html +++ b/themes/vapor/layouts/_default/baseof.html @@ -32,7 +32,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/poweredby.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/poweredby.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 }} |