fixed rss-feed validation error

This commit is contained in:
Stephan Hadan 2025-01-24 09:16:52 +01:00
parent c25ccb90e6
commit 4745e411ec
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@
# Project information
site_name: Stephan Hadan
site_url: https://stephan.hadan.de/
site_author: Stephan Hadan <stephan@hadan.de>
site_author: stephan@hadan.de (Stephan Hadan)
site_description: >-
💻 OSS enthusiast | 🔧 Mac & beyond sysadmin | 🤖 AI practitioner | 🆔 Zero Trust advocate | 🚀 Open Source > proprietary | Always exploring techs edge!
@ -111,7 +111,7 @@ plugins:
exclude:
- index.md
- rss:
enabled: !ENV [CI, false]
enabled: !ENV [CI, false]
match_path: blog/posts/.*
date_from_meta:
as_creation: date

View file

@ -19,7 +19,7 @@
{% set title = title ~ " - " ~ page.title %}
{% endif %}
<!-- Umami analytics, https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks -->
<!-- Umami analytics, https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks -->
<script async src="https://analytics.hadan-it.com/script.js" data-website-id="edea79df-8252-4223-adae-46663a8aaa1a"></script>
{% endblock %}