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,14 +254,16 @@
</svg> </svg>
</span> </span>
</a> </a>
<a class="navbar-item" href=""> {% if FEED_ALL_ATOM %}
<span class="soumaicon"> <a class="navbar-item" href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" rel="alternate" type="application/atom+xml">
<svg> <span class="soumaicon">
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#rss"/> <svg>
<title>RSS</title> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#rss"/>
</svg> <title>RSS</title>
</span> </svg>
</a> </span>
</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">