gitea-pages/_includes/image.html
caubet_m 1c3d69e59b Revert "Fixed pages for docker-compose"
This reverts commit 45cebeb571d21f16ebc1f5450e01a749e2e9c316.
2019-10-22 11:33:53 +02:00

2 lines
416 B
HTML

<figure>{% if {{include.url}} %}<a class="no_icon" target="_blank" rel="noopener" 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>