mirror of
https://github.com/fruworg/themu.git
synced 2025-06-12 09:40:25 +03:00
fix paginator and site-description
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<main class="list">
|
||||
<div class="site-description">
|
||||
{{- if isset .Site.Params "subtitle" -}}
|
||||
<p>{{ .Site.Params.Subtitle | markdownify }}</p>
|
||||
<pre>{{ .Site.Params.Subtitle | markdownify }}</pre>
|
||||
{{- end -}}
|
||||
</div>
|
||||
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}
|
||||
|
Reference in New Issue
Block a user