mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -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"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
paginate = 10
|
paginate = 20
|
||||||
summaryLength = 30
|
summaryLength = 30
|
||||||
|
|
||||||
buildDrafts = false
|
buildDrafts = false
|
||||||
|
|
|
@ -227,7 +227,6 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</section>
|
</section>
|
||||||
{{ partial "pagination.html" . }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
@ -237,4 +236,8 @@
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ partial "pagination.html" . }}
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue