summaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-05-28 15:03:28 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-05-28 15:03:28 -0400
commita36480dd5960d33f02c4d4cea9599c9196e1b746 (patch)
tree01ca54240bee0f410d4729790a40c268e5bdcbb2 /layouts/partials
parentc35924a79a3f6b251dcd18c3519adff0d30827b8 (diff)
tweaks
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 7c7591a..3dda4e4 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -12,7 +12,8 @@
{{ end }}
{{ end }}
</main>
- <footer><p><a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a></p>
- <p><a href="/index.xml"><img src="/pix/rss.svg" style="max-height:.9em;display:inline" alt="RSS"> Subscribe via RSS for New Recipes</a></p></footer>
+ <footer><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a><br>
+ All site content is in the public domain.</br>
+ <a href="/index.xml"><img src="/pix/rss.svg" style="max-height:.9em;display:inline" alt="RSS"> Subscribe via RSS for New Recipes</a></footer>
</body>
</html>