remove feed button

This commit is contained in:
2020-10-21 22:57:22 -04:00
parent bff18952b7
commit 7db8b0b977

View File

@@ -13,7 +13,6 @@
{% endfor %}
{% endif %}
<li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
</ul>
</div>