diff options
Diffstat (limited to '_includes/footer.html')
| -rw-r--r-- | _includes/footer.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..ad3182e --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,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="http://git.mssola.com/jo.git/">{% t footer.source_code %}</a>). + </p> + </div> +</footer> |
