diff --git a/README.md b/README.md index 9e595f2..25b8e9d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Features - Contact form - Custom Robots.txt (changes values based on environment) - Internal templates for meta data and google analytics +- RSS Discovery Also includes examples of Hugo Features or Functions: diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 337ac7b..15dbd9b 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,6 +19,11 @@ + {{ if .RSSLink }} + + + {{ end }} + {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}} {{- template "_internal/opengraph.html" . -}} {{- template "_internal/google_news.html" . -}} diff --git a/layouts/shortcodes/form-contact.html b/layouts/shortcodes/form-contact.html index 3067166..dc30d59 100644 --- a/layouts/shortcodes/form-contact.html +++ b/layouts/shortcodes/form-contact.html @@ -3,17 +3,17 @@