Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2019-03-18 02:20:04 +0300
committerHauke Stieler <mail@hauke-stieler.de>2019-03-18 02:20:04 +0300
commit934cbc7be28e0949a53db7f2d84a515a69633898 (patch)
treebd736fb1196a0bd0acde6b11d693580667e052bb
parent805a7cd65426aaa3599b6cd39d069491b60092c3 (diff)
Open images in new tab
-rw-r--r--layouts/shortcodes/img.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html
index d413a01..7215639 100644
--- a/layouts/shortcodes/img.html
+++ b/layouts/shortcodes/img.html
@@ -1,5 +1,5 @@
<figure>
- <a href={{ index .Params 0 }}>
+ <a href={{ index .Params 0 }} target="_blank">
<img src={{ index .Params 0 }}>
</a>
<figcaption>