mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-04-16 05:38:33 +02:00
Fix: RSS feeds
This commit is contained in:
1
layouts/_partials/footer/copyright.html
Normal file
1
layouts/_partials/footer/copyright.html
Normal file
@@ -0,0 +1 @@
|
||||
<p class="footer__copyright-notice">© 2026 <a href="https://freedoms4.org">freedoms4.org</a></p>
|
||||
1
layouts/_partials/footer/rss_link.html
Normal file
1
layouts/_partials/footer/rss_link.html
Normal file
@@ -0,0 +1 @@
|
||||
{{- /* RSS link moved to header */ -}}
|
||||
6
layouts/_partials/header.html
Normal file
6
layouts/_partials/header.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<nav class="menu language">
|
||||
<ul class="menu__list language__list">
|
||||
{{- partial "header/menu.html" (dict "menuID" "main" "page" .) -}} {{- partial
|
||||
"header/language_selector.html" . -}}
|
||||
</ul>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user