commit a54963ea0b69702686d47d78b03866276a7ccf26 parent 62ac46a2955d59080cbde8d5c73c16502bfa670f Author: bdmfegys@duck.com <bdmfegys@duck.com> Date: Sun, 5 May 2024 01:24:25 -0400 initial commit Diffstat:
| M | layouts/_default/baseof.html | | | 2 | +- |
| A | static/rss.gif | | | 0 | |
| M | static/style.css | | | 2 | +- |
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html @@ -29,7 +29,7 @@ {{ 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><a href="/index.xml"><img src="/rss.gif" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>{{ end }} </footer> {{ end }} </body> diff --git a/static/rss.gif b/static/rss.gif Binary files differ. diff --git a/static/style.css b/static/style.css @@ -1,6 +1,6 @@ body { font-family: sans-serif ; - background: #110000 ; + background: #240a45; color: #ccc ; }