aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/video-container.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-20 13:45:32 -0400
committertdro <tdro@noreply.example.com>2022-07-20 13:45:32 -0400
commitcffee53dc5fd1a8b2785dcac06dd4bbf2ba8e669 (patch)
treea99b4fbcf0026d5587a10ebdb1ea3bb1c732a60e /themes/default/layouts/partials/video-container.html
parenta36e6284b7784f1b565e3dd37af26817842be0c9 (diff)
downloadcanory-cffee53dc5fd1a8b2785dcac06dd4bbf2ba8e669.tar.gz
canory-cffee53dc5fd1a8b2785dcac06dd4bbf2ba8e669.tar.bz2
canory-cffee53dc5fd1a8b2785dcac06dd4bbf2ba8e669.zip
themes/default/layouts/partials/video-container: Remove redundant FromString
Diffstat (limited to 'themes/default/layouts/partials/video-container.html')
-rw-r--r--themes/default/layouts/partials/video-container.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/video-container.html b/themes/default/layouts/partials/video-container.html
index d114332..cda4e83 100644
--- a/themes/default/layouts/partials/video-container.html
+++ b/themes/default/layouts/partials/video-container.html
@@ -22,7 +22,6 @@
{{- end -}}
{{- else -}}
{{- $cache = resources.Get (path.Join "public/" $fileCache) -}}
- {{- $cache = $cache.Content | resources.FromString $fileCache -}}
{{- $cache = $cache.Permalink -}}
{{- end -}}