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 00:42:44 +0300
committerHauke Stieler <mail@hauke-stieler.de>2019-03-18 00:42:44 +0300
commitb2c74ff9eefc17164c0b2b43036fb35ba2fc13f8 (patch)
tree780371966acab2bd9d3e6636bd2d5bba1f1dfa4d
parent6a20d478a32087ab5d3200f69cbc402f6c335dbf (diff)
Add shortcode to link to tag
-rw-r--r--layouts/shortcodes/linkTag.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/linkTag.html b/layouts/shortcodes/linkTag.html
new file mode 100644
index 0000000..e0aafb7
--- /dev/null
+++ b/layouts/shortcodes/linkTag.html
@@ -0,0 +1 @@
+{{ strings.TrimSuffix "/" ( "" | absLangURL ) }}/tags/{{ index .Params 0 }}