Compare commits

...

2 commits

Author SHA1 Message Date
68ce5a2752 move footer partial from PaperMod theme to layouts
Some checks are pending
/ test (push) Waiting to run
2025-05-13 21:17:19 +02:00
9678a1fddc Add footer partial and RSS feed support 2025-05-13 21:16:42 +02:00
2 changed files with 13 additions and 0 deletions

View file

@ -59,6 +59,12 @@ params:
dateFormat: "2006-01-02" # Set the desired date format here
ShowFullTextinRSS: true # Supports to show your whole contents in RSS, not just summary
outputFormats:
RSS:
baseName: "feed"
outputs:
home:
- HTML

View file

@ -14,7 +14,14 @@
{{- print " · "}}
{{- end }}
{{- partial "donnees-chargement.html" -}}
<a href="/feed.xml">
<svg width="20px" height="20px" stroke-width="2.2" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#000000"><path d="M12 19C12 14.8 9.2 12 5 12" stroke="#000000" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19 19C19 10.6 13.4 5 5 5" stroke="#000000" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5 19.01L5.01 18.9989" stroke="#000000" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"></path></svg>
<span>Flux RSS</span>
</a>
</footer>
{{- end }}