first commit

This commit is contained in:
Maschell
2018-07-24 14:11:27 +02:00
commit cda16e1a60
121 changed files with 18802 additions and 0 deletions

1
_includes/image.html Normal file
View File

@@ -0,0 +1 @@
<figure>{% if {{include.url}} %}<a class="no_icon" target="_blank" href="{{include.url}}">{% endif %}<img class="docimage" src="images/{{include.file}}" alt="{{include.alt}}" {% if {{include.max-width}} %}style="max-width: {{include.max-width}}px"{% endif %} />{% if {{include.url}} %}</a>{% endif %}{% if {{include.caption}} %}<figcaption>{{include.caption}}</figcaption>{% endif %}</figure>