1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Fixing broken link on the How Baby comic

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-05-04 20:30:08 -07:00
parent 1b72311865
commit b320989f7f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{{#if sizes}}
<div class="{{className}}" {{#if style}}style="{{style}}"{{/if}} target="_break">
<a href="{{#if link}}{{link}}{{else}}{{rev (lookup (last sizes) 'url')}}{{/if}}" class="lb"><img
<a href="{{#if link}}{{link}}{{else}}{{rev (lookup (last sizes) 'url')}}{{/if}}" {{#unless external}}class="lb"{{/unless}}><img
src="{{rev url}}"
alt="{{alt}}"
srcset="{{#join sizes}}{{rev url}} {{width}}w{{/join}}"