aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-02-09 19:00:31 -0500
committertdro <tdro@noreply.example.com>2024-02-09 19:00:31 -0500
commit565847b63d5ee98c04ea9e30deaa91bf35cc3880 (patch)
treefc915d86a7c058eafdb8d8d8253d473677ca421e /themes/default/layouts
parent8db6440a064fb853f5178d531e251082b4366d8e (diff)
downloadcanory-565847b63d5ee98c04ea9e30deaa91bf35cc3880.tar.gz
canory-565847b63d5ee98c04ea9e30deaa91bf35cc3880.tar.bz2
canory-565847b63d5ee98c04ea9e30deaa91bf35cc3880.zip
default/layouts/shortcodes/video.rss: Indicate video and title
Diffstat (limited to 'themes/default/layouts')
-rw-r--r--themes/default/layouts/shortcodes/video.rss.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/shortcodes/video.rss.xml b/themes/default/layouts/shortcodes/video.rss.xml
index cff5974..be262e7 100644
--- a/themes/default/layouts/shortcodes/video.rss.xml
+++ b/themes/default/layouts/shortcodes/video.rss.xml
@@ -21,9 +21,9 @@
title="{{ $title }}"
href="{{ $source }}"
>
- {{- $caption -}}
+ Video: {{ $caption -}}
</a>
</b>
<br>
- <span>{{ $caption }}</span>
+ <span>Title: {{ $title }}</span>
</p>