Expand image for {attachment slug link=self}

Clicking on the image will no longer open it directly, but expand it
instead.
This commit is contained in:
2018-04-03 15:44:24 +02:00
parent 1ba1da49c3
commit 3e7722a567
3 changed files with 18 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
| {% if 'link' in tag_args and tag_args['link'] != 'none' %}
| {% if tag_args['link'] == 'self' %}
a(href="{{ vars['l'].link }}")
a.expand-image-links(href="{{ vars['l'].link }}")
img(src="{{ vars['l'].link }}", alt="{{ file.filename }}")
| {% else %}
a(href="{{ tag_args['link'] }}", target="_blank")