Fix trailing slashes on out links
This commit is contained in:
parent
e826de1771
commit
6d0296fec2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
{{ $img := resources.Get $path }}
|
||||
{{ with $img }}
|
||||
<!-- Some browsers (safari) sucks and blocks 88x31, so force them to be 89x31 instead. -->
|
||||
<img src="{{ .RelPermalink }}" style="width: auto; height: 31px; image-rendering: pixelated;" alt="{{ $label }}" width="{{ add .Width 1 }}" height="{{ .Height }}"/>
|
||||
<img src="{{ .RelPermalink }}" style="width: auto; height: 31px; image-rendering: pixelated;" alt="{{ $label }}" width="{{ add .Width 1 }}" height="{{ .Height }}">
|
||||
{{ end }}
|
||||
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue