mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-06-30 23:12:16 +02:00
Fix: uninotes sem + sub page user detection
This commit is contained in:
@@ -70,7 +70,11 @@
|
||||
</div>
|
||||
<!-- Subscribe dropdown -->
|
||||
<div class="rss-subscribe">
|
||||
<button class="rss-subscribe__btn" aria-label="Subscribe via RSS" title="Subscribe via RSS">
|
||||
<button
|
||||
class="rss-subscribe__btn"
|
||||
aria-label="Subscribe via RSS"
|
||||
title="Subscribe via RSS"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 24 24"
|
||||
@@ -86,8 +90,18 @@
|
||||
<span>Subscribe</span>
|
||||
</button>
|
||||
<div class="rss-subscribe__dropdown">
|
||||
<button class="rss-subscribe__item" data-rss-url="https://freedoms4.org/index.xml">All updates</button>
|
||||
<button class="rss-subscribe__item" data-rss-url="https://freedoms4.org/blog/index.xml">Blog posts</button>
|
||||
<button
|
||||
class="rss-subscribe__item"
|
||||
data-rss-url="https://freedoms4.org/index.xml"
|
||||
>
|
||||
All updates
|
||||
</button>
|
||||
<button
|
||||
class="rss-subscribe__item"
|
||||
data-rss-url="https://freedoms4.org/blog/index.xml"
|
||||
>
|
||||
Blog posts
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -97,5 +111,6 @@
|
||||
<main class="main">{{ block "main" . }}{{ end }}</main>
|
||||
<footer class="footer">{{ partial "footer.html" . }}</footer>
|
||||
{{ partial "body/body-end.html" . }}
|
||||
<script src="/js/session-check.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user