blob: 9423e8701e9f6533fed2a6b670056b828f73d900 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<footer class="site-footer h-card">
<data class="u-url" href="{{ "/" | relative_url }}"></data>
<div class="wrapper">
<p>
{% t footer.created_with %} <i class='fa fa-heart secondary-colour'></i> {% t footer.by %} Miquel Sabaté Solà
(<a href="https://twitter.com/{{site.twitter_username }}">@{{ site.twitter_username }}</a>)
<br />
{% t footer.this_website %}
<a title="GNU Affero General Public License" href="{% tl license %}">AGPLv3</a>
(<a href="https://github.com/mssola/jo.mssola.com">{% t footer.source_code %}</a>).
</p>
</div>
</footer>
|