From bd12ffaf9d1aced94d05accef815641940a431a3 Mon Sep 17 00:00:00 2001
From: Tjeu Kayim <15987676+TjeuKayim@users.noreply.github.com>
Date: Sun, 17 Nov 2019 20:17:01 +0100
Subject: [PATCH] Pipe custom theme asset relURL
---
layouts/partials/layout/theme.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/layout/theme.html b/layouts/partials/layout/theme.html
index d920eb6..a4f7c86 100644
--- a/layouts/partials/layout/theme.html
+++ b/layouts/partials/layout/theme.html
@@ -9,7 +9,7 @@
{{- $custom_theme_options := $.Param "reveal_hugo.custom_theme_options" | default dict -}}
{{- if $.Param "reveal_hugo.custom_theme_compile" -}}
{{ $asset := resources.Get $custom_theme | resources.ExecuteAsTemplate "_.scss" . | toCSS $custom_theme_options | minify | fingerprint }}
-
+
{{- else -}}
{{- end -}}