1
0
Fork 0

Import of the new theme

This commit is contained in:
Luca Beltrame 2015-05-07 07:32:01 +02:00
parent 04104f0bff
commit 0693a85c3f
331 changed files with 21077 additions and 8782 deletions

View file

@ -0,0 +1,19 @@
{% comment %}
*
* If your content is on Jekyll you can use this include
* to automatically generate a »Edit on GitHub Link« to
* give people a possibility to improve your content.
*
{% endcomment %}
<div class="row">
<div class="small-12 columns">
<div class="panel radius" style="padding-bottom: 21px;">
<a class="button left r15 tiny radius" href="{{ site.improve_content }}/{{ page.path }}">{{ site.data.language.edit }}</a>
<p style="margin-top: 3px;">
{{ site.data.language.this_content_is_open_source }}
<a href="{{ site.improve_content }}/{{ page.path }}">{{ site.data.language.help_improve_it }}</a>.</p>
</div>
</div>
</div>