aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/function-strings.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-10-26 21:53:13 -0400
committertdro <tdro@noreply.example.com>2022-10-26 21:53:13 -0400
commitc00dc361b7d3924df8abca4a32427d0a1232dc0b (patch)
treedf53050fcf827de213516df2c5fe6d172982b9f1 /themes/default/layouts/partials/function-strings.html
parentc35943c3ed36fb178c09c0185c5d363b9bf4116f (diff)
downloadcanory-0.11.5.tar.gz
canory-0.11.5.tar.bz2
canory-0.11.5.zip
config: Overwrite and build expired0.11.5
Remove xkcd from content security policy, no longer needed.
Diffstat (limited to 'themes/default/layouts/partials/function-strings.html')
-rw-r--r--themes/default/layouts/partials/function-strings.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/default/layouts/partials/function-strings.html b/themes/default/layouts/partials/function-strings.html
deleted file mode 100644
index 37de01a..0000000
--- a/themes/default/layouts/partials/function-strings.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{{- $string := . -}}
-
-{{- if eq $string "messageExpired" -}} {{- $string = "This message has expired." -}} {{- end -}}
-{{- if eq $string "messageNoContent" -}} {{- $string = "This message contains no content." -}} {{- end -}}
-
-{{- return $string -}}