diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 00d8fff..e0088db 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -9,6 +9,7 @@ DefaultContentLanguage = "en" # Default language fo favicon = "/img/fav.ico" # Path to favicon file showRSSButton = false # Show rss button in navigation fadeIn = true # Turn on/off the fade-in effect + fadeInIndex = false # Turn on/off the fade-in effect on the index page even if fade-in was otherwise turned off dateFormat = "Jan 2, 2006" email = "youremail@email.com" # E-mail address for contact section # customCSS = ["foo.css"] # Include custom css files placed under assets/ diff --git a/layouts/index.html b/layouts/index.html index 6bb259f..ede33af 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -15,15 +15,15 @@
-

+

{{ .Title }}

-
+
{{ .Content }}
-
+
{{ partial "home/social.html" . }}
@@ -34,7 +34,7 @@ {{ end }} -
+
{{ partial "nav.html" . }}