diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a7762dc..91c6960 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,4 +1,4 @@ -baseurl = "https://introduction.com/" # Your domain name. Must end with "/" +baseurl = "/" # Your domain name. Must end with "/" languageCode = "en-us" title = "Introduction" theme = "introduction" @@ -13,7 +13,7 @@ canonifyurls = true # Turns relative urls into a firstname = "Introduction" # First name shows in introduction on main page tagline = "I'm a theme for Hugo." # Appears after the introduction introheight = "large" # Input either 'medium' or 'large' or 'fullheight' - theme = "dark" # Choose 'light' or 'dark' + themestyle = "light" # Choose 'light' or 'dark' avatar = "img/profile.jpg" # Path to image in static folder eg. img/avatar.png, or comment out to remove email = "youremail@email.com" # Shows in contact section, or leave blank to omit localtime = true # Show your current local time in contact section diff --git a/layouts/404.html b/layouts/404.html index cf5e557..ef9e6a3 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,4 +1,5 @@ {{ partial "header.html" . }} +
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 791e8b6..b6a6573 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,4 +1,5 @@ {{ partial "header.html" . }} +
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 11480c0..3195814 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,5 +1,6 @@ {{ partial "header.html" . }} +
diff --git a/layouts/blog/list.html b/layouts/blog/list.html index cf32272..10bcc94 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -1,4 +1,5 @@ {{ partial "header.html" . }} +
diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 24110cb..2d40c67 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -1,4 +1,5 @@ {{ partial "header.html" . }} +
diff --git a/layouts/index.html b/layouts/index.html index 7e69b37..073477e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,12 +1,5 @@ - - {{ partial "header.html" . }} +
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 20a40c1..ef00aa4 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -53,14 +53,14 @@ crossorigin="anonymous"> {{ if .Site.Params.cachebuster }} {{ $t := now.Unix }} - + {{range .Site.Params.extracssfiles}} {{ end }} {{ else }} - + {{range .Site.Params.extracssfiles}} {{end}} @@ -84,7 +84,4 @@ crossorigin="anonymous"> {{ end }} - - - - + \ No newline at end of file