mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
fixed bug
This commit is contained in:
@@ -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 }}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "pagination.html" . }}
|
||||
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user