aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-08-07 20:50:19 -0400
committertdro <tdro@noreply.example.com>2023-08-07 20:51:07 -0400
commit0a6ba4e79655ba8bf617c5d934c2507f9e801023 (patch)
tree687e2d3ba952bc1386ce5a6b8998902b97b8c43b /themes/default/layouts/shortcodes
parent379b5c7cf975db4d810b6e2ed247f43ea032654b (diff)
downloadcanory-0a6ba4e79655ba8bf617c5d934c2507f9e801023.tar.gz
canory-0a6ba4e79655ba8bf617c5d934c2507f9e801023.tar.bz2
canory-0a6ba4e79655ba8bf617c5d934c2507f9e801023.zip
themes/default/layouts/shortcodes/attach: Canonical
Diffstat (limited to 'themes/default/layouts/shortcodes')
-rw-r--r--themes/default/layouts/shortcodes/attach.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/shortcodes/attach.html b/themes/default/layouts/shortcodes/attach.html
index f453da5..baddb92 100644
--- a/themes/default/layouts/shortcodes/attach.html
+++ b/themes/default/layouts/shortcodes/attach.html
@@ -45,7 +45,7 @@
<object type="{{ $type }}" data="{{ $data }}">
<p>
Your browser does not support the <code>{{ $type }}</code> plugin. Here's a
- <a href="{{ $data }}">link to the file</a> instead.
+ <a rel="canonical" href="{{ $data }}">link to the file</a> instead.
</p>
</object>
<footer>