some additions to rss feeds, rss articles
All checks were successful
ci / deploy (push) Successful in 41s
All checks were successful
ci / deploy (push) Successful in 41s
This commit is contained in:
parent
167cb12fde
commit
1e148efe43
4 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block extrahead %}
|
||||
|
||||
{% set title = config.site_name %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
{% set title = title ~ " - " ~ page.meta.title %}
|
||||
|
@ -9,6 +10,6 @@
|
|||
{% endif %}
|
||||
|
||||
<!-- 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>
|
||||
<script async src="https://analytics.hadan-it.com/script.js" data-website-id="edea79df-8252-4223-adae-46663a8aaa1a"></script>
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue