show rss feed optional, menu by weight

This commit is contained in:
Luke Smith
2022-06-29 21:44:09 -04:00
parent d3a6b31e4a
commit a88176dd82
3 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
</main>
<footer>
<a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a></br>
<a href="/index.xml"><img src="/pix/rss.svg" style="max-height:.9em;display:inline" alt=""> Subscribe via RSS for Updates.</a></footer>
{{ if .Site.Params.showrss }}<a href="/index.xml"><img src="/pix/rss.svg" style="max-height:.9em;display:inline" alt=""> Subscribe via RSS for Updates.</a>{{ end }}
</footer>
</body>
</html>