mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06:00
fixed bug
This commit is contained in:
parent
cae852186c
commit
ee838f0590
2 changed files with 6 additions and 3 deletions
|
@ -7,7 +7,7 @@ baseURL = "https://nunocoracao.github.io/blowfish"
|
|||
defaultContentLanguage = "en"
|
||||
|
||||
enableRobotsTXT = true
|
||||
paginate = 10
|
||||
paginate = 20
|
||||
summaryLength = 30
|
||||
|
||||
buildDrafts = false
|
||||
|
|
|
@ -227,7 +227,6 @@
|
|||
{{ end }}
|
||||
{{ end }}
|
||||
</section>
|
||||
{{ partial "pagination.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ else }}
|
||||
|
@ -237,4 +236,8 @@
|
|||
</p>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
||||
{{ partial "pagination.html" . }}
|
||||
|
||||
{{ end }}
|
||||
|
Loading…
Reference in a new issue