added FEED ATOM
This commit is contained in:
parent
2a763b6b75
commit
b2e757f555
@ -254,7 +254,8 @@
|
||||
</svg>
|
||||
</span>
|
||||
</a>
|
||||
<a class="navbar-item" href="">
|
||||
{% if FEED_ALL_ATOM %}
|
||||
<a class="navbar-item" href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" rel="alternate" type="application/atom+xml">
|
||||
<span class="soumaicon">
|
||||
<svg>
|
||||
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#rss"/>
|
||||
@ -262,6 +263,7 @@
|
||||
</svg>
|
||||
</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<!-- end of header nav content -->
|
||||
<div class="container has-text-centered">
|
||||
|
Loading…
x
Reference in New Issue
Block a user