Fixed issue: #147

This commit is contained in:
Somrat
2024-09-25 10:09:17 +06:00
parent 77cc953de7
commit e6d1081680
5 changed files with 41 additions and 35 deletions

View File

@@ -7,8 +7,6 @@ title = "Hugoplate"
# theme = "hugoplate"
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
timeZone = "America/New_York"
# post pagination
paginate = 2 # see https://gohugo.io/extras/pagination/
# post excerpt
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
# disable language
@@ -33,6 +31,13 @@ shortname = 'themefisher-template' # we use disqus to show comments in blog post
"pages" = "/:slugorfilename/"
########################## Pagination ############################
[pagination]
disableAliases = false
pagerSize = 10
path = 'page'
############################# Modules ############################
[module]
[[module.mounts]]