diff --git a/hugo.yml b/hugo.yml index 3a81732..e6a0b18 100644 --- a/hugo.yml +++ b/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 diff --git a/themes/PaperMod/layouts/partials/footer.html b/layouts/partials/footer.html similarity index 89% rename from themes/PaperMod/layouts/partials/footer.html rename to layouts/partials/footer.html index 7810203..c0b28d4 100644 --- a/themes/PaperMod/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -14,7 +14,14 @@ {{- print " ยท "}} {{- end }} + {{- partial "donnees-chargement.html" -}} + + + + Flux RSS + + {{- end }}