fix: paginate recent posts and use params.mainSections

This commit is contained in:
Vivek R
2019-09-10 00:12:59 +05:30
parent 0e06bb53c5
commit bb28e76551
7 changed files with 84 additions and 40 deletions

View File

@@ -7,7 +7,7 @@
{{ partial "head.html" . }}
{{ if isset .Data "Term" }}
<h1>Entries tagged - "{{.Data.Term}}"</h1>
<h1>Entries tagged - "{{ .Data.Term }}"</h1>
{{ else }}
<h1 class="page-title">All articles</h1>
{{ end }}

View File

@@ -16,7 +16,7 @@
{{- $.Scratch.Set "isDisqus" true -}}
{{- if and (isset .Params "type") (in (.Site.Params.disableDisqusTypes | default (slice "page")) .Params.type) -}}
{{- if and (isset .Params "type") (in .Site.Params.disableDisqusTypes .Params.type) -}}
{{- $.Scratch.Set "isDisqus" false -}}
{{- end -}}