diff --git a/hugo.yaml b/hugo.yaml index 574927e..05e0eca 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -55,6 +55,9 @@ params: - name: "rss" url: "https://sudodnf.com/index.xml" + footer: + text: "[Source code](https://git.sudodnf.com/peps/blog)" + env: production # to enable google analytics, opengraph, twitter-cards and schema. DateFormat: "2 de January de 2006" defaultTheme: auto # dark, light diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 4bb7183..002c6d1 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -9,8 +9,8 @@ {{- end }} {{- with site.Params.footer.text }} - {{ . | markdownify }} {{- print " ยท "}} + {{ . | markdownify }} {{- end }}