File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 11
11
{% endif %}
12
12
{% endfor %}
13
13
{% 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 %}
18
14
</ ul >
19
15
</ div >
20
-
21
- < div class ="page__footer-copyright "> © {{ 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 %}
You can’t perform that action at this time.
0 commit comments