Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Reed <pauldreed@gmail.com>2016-08-24 11:50:36 +0300
committerPaul Reed <pauldreed@gmail.com>2016-08-24 11:50:36 +0300
commitf6766d3c3baeb9fe55b36646e222f157343aa964 (patch)
tree0e9211797f69623ee97c8eead68f6c3b2bbc0af4 /exampleSite
parent0c7926dd87a0dda5cc920bf388f30ef5744d0b27 (diff)
Correct theme name in example site
The config file tries to find 'universal' instead of 'hugo-universal-theme'.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
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"