Skip to content

Commit 76be6b7

Browse files
authored
Update footer.html
1 parent f17a376 commit 76be6b7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/_includes/footer.html

-13
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,5 @@
1111
{% endif %}
1212
{% endfor %}
1313
{% endif %}
14-
15-
{% unless site.atom_feed.hide %}
16-
<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>
17-
{% endunless %}
1814
</ul>
1915
</div>
20-
21-
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.organization | default: site.title }}.
22-
{% if site.license %}<a href="https://github.com/{{ site.repository }}/blob/{{ site.branch }}/LICENSE.md">
23-
{% if site.license_image %}
24-
<img src="/images/{{ site.license_image }}" width="80px" height="15px" alt="{{ site.license_name }}" />
25-
{% else %}
26-
{{ site.license_name }}
27-
{% endif %}</a>
28-
{% endif %}

0 commit comments

Comments
 (0)