11ty-resume/src/_includes/partials/footer.liquid

12 lines
544 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>
{% render 'partials/components/socials.liquid', socials: author.socials, mail: author.mail, showLabel: false %}
</div>
</footer>