From f6766d3c3baeb9fe55b36646e222f157343aa964 Mon Sep 17 00:00:00 2001 From: Paul Reed Date: Wed, 24 Aug 2016 09:50:36 +0100 Subject: Correct theme name in example site The config file tries to find 'universal' instead of 'hugo-universal-theme'. --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 74b30f8..04b6016 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -8,7 +8,7 @@ googleAnalytics = "" # Define the number of posts per page paginate = 10 -theme = "universal" +theme = "hugo-universal-theme" [params] author = "DevCows" -- cgit v1.2.3