diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d57b8b9..07c40cd 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -27,6 +27,7 @@ canonifyurls = true # Turns relative urls in pygmentsCodefences = true footertext = "" # Text to show in footer (overrides default text) fadein = true # Turn on/off the fade-in effect + customCSS = [] # Include custom css files e.g. ["css/foo.css", "css/bar.css"] showblog = true # Show Blog section on home page showprojects = true # Show Projects section on home page @@ -55,4 +56,4 @@ canonifyurls = true # Turns relative urls in [[params.social]] url = "https://linkedin.com/" - icon = "linkedin" \ No newline at end of file + icon = "linkedin" diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 856a388..98f56b9 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -29,7 +29,7 @@ {{ range .Data.Pages.ByPublishDate }} {{ if not (eq .Section "blog") }}