allow people to see full size images
This commit is contained in:
parent
ef9752373f
commit
6e613d7b15
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
<center>
|
<center>
|
||||||
<img width="80%" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" />
|
<a href="{{ .Get "src" }}" target="_new"><img width="80%" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" /></a>
|
||||||
</center>
|
</center>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue