diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/footer.html | 4 | ||||
-rw-r--r-- | layouts/partials/nav.html | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d2962a6..9290715 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1 +1,3 @@ -<small> {{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }} </small> +<small> + {{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }} +</small>
\ No newline at end of file diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 3f1a416..a16fec3 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -4,7 +4,7 @@ {{ with .Site.Social.email }} <a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'>Email</a> {{ end }} -<a href="{{ .Site.Language.Params.params.blogPath }}/index.xml">RSS</a> +<a href="{{ .Site.Params.blogPath }}/index.xml">RSS</a> <!-- Convert this page's translations into a dict --> {{ $translations := dict }} |