Skip to content

Commit 18e40f2

Browse files
committed
Implement the relurl shortcode
This shortcode will be used in content pages in short order, where Hugo's regular `relURL` function is not available. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 286bb1d commit 18e40f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layouts/shortcodes/relurl.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{ relURL (.Get 0)}}

0 commit comments

Comments
 (0)