jlelse
/
Indieroad
Archived
1
Fork 0

Remove lightbox for now

This commit is contained in:
Jan-Lukas Else 2020-03-04 10:48:44 +01:00
parent 76b0779f00
commit dd7524953d
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
<figure>
<a href="#{{ .Destination | md5 }}-lightbox"><img src="{{ .Destination | safeURL }}" alt="{{ .PlainText }}"></a>
<figcaption>
{{ if .Title }}
<p>{{ .Title | markdownify }}</p>
{{ else if .Text }}
<p>{{ .Text | markdownify }}</p>
{{ end }}
</figcaption>
</figure>
<a href="#_" class="lightbox" id="{{ .Destination | md5 }}-lightbox">
<img src="{{ .Destination | safeURL }}" alt="{{ .PlainText }}">
</a>