add license
This commit is contained in:
parent
8b3d6af8cb
commit
e2b8b2932e
|
@ -7,4 +7,5 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<li class="categories__item"><a href="{{ '/' | prepend: site.baseurl }}">All</a></li>
|
<li class="categories__item"><a href="{{ '/' | prepend: site.baseurl }}">All</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<div class="explore__label">All content contained in this website is licensed under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY 4.0</a> license.</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,4 +4,6 @@
|
||||||
Written by the pseudonymous<strong> {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %}</strong>
|
Written by the pseudonymous<strong> {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %}</strong>
|
||||||
on <strong>{{ page.date | date: "%d %B %Y" }}</strong>
|
on <strong>{{ page.date | date: "%d %B %Y" }}</strong>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="explore__label">All content contained in this website is licensed under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY 4.0</a> license.</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue