summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-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>