added FEED ATOM

This commit is contained in:
Jesús 2019-03-10 19:57:48 -05:00
parent 2a763b6b75
commit b2e757f555
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -254,7 +254,8 @@
</svg> </svg>
</span> </span>
</a> </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"> <span class="soumaicon">
<svg> <svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#rss"/> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#rss"/>
@ -262,6 +263,7 @@
</svg> </svg>
</span> </span>
</a> </a>
{% endif %}
</div> </div>
<!-- end of header nav content --> <!-- end of header nav content -->
<div class="container has-text-centered"> <div class="container has-text-centered">