diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8dd59fc..7ed86db 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -20,6 +20,7 @@ DefaultContentLanguage = "en" # Default language fo introHeight = "fullheight" # Input either "medium" or "large" or "fullheight" showLatest = true # Show latest blog post summary showAllPosts = false # Set true to list all posts on home page, or set false to link to separate blog list page + allPostsArchiveFormat = true # show all posts in an archive format numberOfProjectsToShow = 3 # Maximum number of projects to show on home page. Unset or comment out to show all projects localTime = true # Show your current local time in contact section timeZone = "America/Los_Angeles" # Your timezone as in the TZ* column of this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 95085c5..d3aea07 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -5,24 +5,27 @@