diff options
author | amzrk2 | 2020-06-14 23:17:37 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-14 23:17:37 +0800 |
commit | 89fc2917985d3da944af8116e101748267d66104 (patch) | |
tree | 69d8f6fa344a9a5a9d996bd87ed131bfd5468619 /layouts/_default/_markup | |
parent | a6f35cee7b1634f734c830af2bfa5283f3de7366 (diff) | |
download | hugo-theme-fuji-89fc2917985d3da944af8116e101748267d66104.tar.gz hugo-theme-fuji-89fc2917985d3da944af8116e101748267d66104.tar.bz2 hugo-theme-fuji-89fc2917985d3da944af8116e101748267d66104.zip |
Remove medium-zoom
Diffstat (limited to 'layouts/_default/_markup')
-rw-r--r-- | layouts/_default/_markup/render-image.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html index b9020c7..1b20943 100644 --- a/layouts/_default/_markup/render-image.html +++ b/layouts/_default/_markup/render-image.html @@ -1 +1,3 @@ -<img class="img-zoomable" src="{{ .Destination | safeURL }}" alt="{{ .Text }}" />
\ No newline at end of file +<a href="{{ .Destination | safeURL }}" target="_blank"> + <img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" /> +</a>
\ No newline at end of file |