Import of the new theme
This commit is contained in:
parent
04104f0bff
commit
0693a85c3f
331 changed files with 21077 additions and 8782 deletions
19
_includes/improve_content.html
Normal file
19
_includes/improve_content.html
Normal 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>
|
||||
|
||||
|
Reference in a new issue