From 7044a634e230b87e9fc3b57ebabdc3ebf5aa7470 Mon Sep 17 00:00:00 2001
From: peaceiris <30958501+peaceiris@users.noreply.github.com>
Date: Tue, 4 Feb 2020 10:13:47 +0900
Subject: [PATCH] fix: Add refURL cf. #105
---
layouts/partials/head.html | 6 ++++--
layouts/partials/revealjs/js.html | 15 ++++++++-------
2 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 960011dbc..4a69a2382 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -2,8 +2,10 @@
{{ partial "head/general" . }}
{{ with $.Params.slide }}
-
-
+ {{ $cssMain := relURL "/revealjs-v3.9.2/css/reveal.css" }}
+ {{ $cssTheme := relURL "/revealjs-v3.9.2/css/theme/white.css" }}
+
+
{{ else }}