🏗 Added a link to the blog's source code in the footer

This commit is contained in:
peps 2025-03-22 22:26:36 +01:00
parent c5006037dd
commit b086aa64a7
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -9,8 +9,8 @@
{{- end }}
{{- with site.Params.footer.text }}
{{ . | markdownify }}
{{- print " · "}}
{{ . | markdownify }}
{{- end }}
</footer>