Compare commits
2 commits
84ea72261b
...
68ce5a2752
Author | SHA1 | Date | |
---|---|---|---|
68ce5a2752 | |||
9678a1fddc |
2 changed files with 13 additions and 0 deletions
6
hugo.yml
6
hugo.yml
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue