aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/video-container.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/video-container.html')
-rw-r--r--themes/default/layouts/partials/video-container.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/video-container.html b/themes/default/layouts/partials/video-container.html
index f523c89..79df910 100644
--- a/themes/default/layouts/partials/video-container.html
+++ b/themes/default/layouts/partials/video-container.html
@@ -5,7 +5,6 @@
{{- $immutable := print (.RelURL | humanize | urlize) "-" (.Source | sha256 | truncate 8 "") -}}
{{- $extension := path.Ext .Source -}}
{{- $fileCache := print $.Author "/media/" $immutable $extension -}}
-{{- $mediaCache := print (partial "function-paths-media.html") "/" $.Author "/" $immutable $extension -}}
{{- if not (fileExists (path.Join "public/" $fileCache)) -}}
{{- with $remote := resources.GetRemote .Source -}}
@@ -23,7 +22,7 @@
{{- end -}}
{{- else -}}
{{- $cache = resources.Get (path.Join "public/" $fileCache) -}}
- {{- $cache = $cache | resources.FromString $mediaCache -}}
+ {{- $cache = $cache.Content | resources.FromString $fileCache -}}
{{- $cache = $cache.RelPermalink -}}
{{- end -}}