12 lines
468 B
Plaintext
12 lines
468 B
Plaintext
<footer class="wrapper-full">
|
|
<div>
|
|
<ul class="list-inline">
|
|
<li>Built with <a href='https://11ty.dev/' target='_blank' rel='nofollow'>Eleventy</a></li>
|
|
{% if site.repository and site.repository != "" %}
|
|
<li>Source on <a href="{{site.repository}}" target="_blank" rel="nofollow">{{site.repoSrc}}</a></li>
|
|
{% endif %}
|
|
</ul>
|
|
|
|
{% include "partials/socials.liquid" %}
|
|
</div>
|
|
</footer> |