Use Atom feed instead of RSS
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js" crossorigin="anonymous"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- RSS -->
|
<!-- Atom feed -->
|
||||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
|
<link rel="alternate" type="application/atom+xml" title="{{ SITENAME }} (Feed)" href="{{ FEED_ALL_ATOM }}" />
|
||||||
{% include 'fragments/google_analytics.html' %}
|
{% include 'fragments/google_analytics.html' %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<a class="sidebar-nav-item" href="{{ FEED_ALL_RSS }}">
|
<a class="sidebar-nav-item" href="{{ FEED_ALL_ATOM }}">
|
||||||
<i class="fas fa-rss"></i>
|
<i class="fas fa-rss"></i>
|
||||||
</a>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Reference in New Issue
Block a user