#524: Disable numbered plugin for non-article pages

This commit is contained in:
Alex Shpak
2023-12-05 00:33:41 +01:00
parent 14e14f60ae
commit 118997fa92
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -73,7 +73,7 @@
{{ end }}
{{ define "main" }}
<article class="markdown">
<article class="markdown book-article">
{{- .Content -}}
</article>
{{ end }}
+1 -1
View File
@@ -1,5 +1,5 @@
{{ define "main" }}
<article class="markdown">
<article class="markdown book-post">
<h1>
<a href="{{ .RelPermalink }}">{{ partial "docs/title.html" . }}</a>
</h1>
+1 -1
View File
@@ -1,5 +1,5 @@
{{ define "main" }}
<article class="markdown">
<article class="markdown book-post">
<h1>{{ .Title | title }}</h1>
{{ $taxonomies := index .Site.Taxonomies .Page.Type }}
{{ range $taxonomies }}