summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolfgang Müller2021-07-25 17:20:58 +0200
committerWolfgang Müller2021-07-25 17:20:58 +0200
commit8dac85cc6d39d382ccdb1f60218ab7add2c39b79 (patch)
treeddc5cedaac91e2e664a9641840789391022dec19
parent80d63f0cf8bf07a349332d43af2d1fd9a0e8e828 (diff)
downloadzunzuncito-8dac85cc6d39d382ccdb1f60218ab7add2c39b79.tar.gz
templates: Have the 'ref' shortcode use a.internal
Added in the previous commit, this class renders a link more subtly and is supposed to be used when referencing internal content. We do exactly this here.
-rw-r--r--templates/shortcodes/ref.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shortcodes/ref.html b/templates/shortcodes/ref.html
index 6708552..21a4a13 100644
--- a/templates/shortcodes/ref.html
+++ b/templates/shortcodes/ref.html
@@ -1 +1 @@
-<a href="/{{ id }}">{{ text | default(value="№ " ~ id) }}</a>
+<a class="internal" href="/{{ id }}">{{ text | default(value="№ " ~ id) }}</a>