aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/templates/template.typst2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/templates/template.typst b/data/templates/template.typst
index eec6d8261..749ecb007 100644
--- a/data/templates/template.typst
+++ b/data/templates/template.typst
@@ -67,6 +67,8 @@
show link: this => {
if filecolor != none and type(this.dest) == label {
text(this, fill: rgb(content-to-string(filecolor)))
+ } else {
+ text(this)
}
}