From 1c30b2c34e24289f325bf47558052d78fbd43139 Mon Sep 17 00:00:00 2001 From: dzello Date: Sat, 2 Feb 2019 17:21:49 +0000 Subject: [PATCH] Improve title for custom theme presentation --- exampleSite/content/custom-theme-example/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/custom-theme-example/_index.md b/exampleSite/content/custom-theme-example/_index.md index da0ca21..9138be3 100644 --- a/exampleSite/content/custom-theme-example/_index.md +++ b/exampleSite/content/custom-theme-example/_index.md @@ -1,5 +1,5 @@ +++ -title = "This presentation uses a custom, compiled theme" +title = "Custom theme example presentation" outputs = ["Reveal"] [reveal_hugo] custom_theme = "custom-theme.scss"