🏗 Added a link to the blog's source code in the footer
This commit is contained in:
parent
c5006037dd
commit
b086aa64a7
2 changed files with 4 additions and 1 deletions
|
@ -55,6 +55,9 @@ params:
|
||||||
- name: "rss"
|
- name: "rss"
|
||||||
url: "https://sudodnf.com/index.xml"
|
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.
|
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||||
DateFormat: "2 de January de 2006"
|
DateFormat: "2 de January de 2006"
|
||||||
defaultTheme: auto # dark, light
|
defaultTheme: auto # dark, light
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- with site.Params.footer.text }}
|
{{- with site.Params.footer.text }}
|
||||||
{{ . | markdownify }}
|
|
||||||
{{- print " · "}}
|
{{- print " · "}}
|
||||||
|
{{ . | markdownify }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue