We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bc007 commit 7a418adCopy full SHA for 7a418ad
themes/delphi/layouts/shortcodes/apireflink.html
@@ -0,0 +1,4 @@
1
+<a
2
+ href="{{ (print $.Page.Site.Params.apiUrl (cond (hasPrefix (.Get 0) "/") "" "/") (.Get 0) | absURL) }}"
3
+ >{{ .Get 1 }}</a
4
+>
themes/delphi/layouts/shortcodes/reflink.html
@@ -0,0 +1 @@
+<a href="{{ relref . (.Get 0) }}">{{ .Get 1 }}</a>
0 commit comments