theme: More changes related to new template system

This commit is contained in:
Joe Mooring
2025-05-11 12:17:07 -07:00
committed by GitHub
parent b0b6b1e697
commit 838706d6e4
2 changed files with 11 additions and 13 deletions
+8 -8
View File
@@ -2,16 +2,16 @@
**/icons.html
# These are whitespace sensitive.
layouts/_default/_markup/render-code*
layouts/_default/_markup/render-table*
layouts/shortcodes/glossary-term.html
layouts/shortcodes/glossary.html
layouts/shortcodes/highlighting-styles.html
layouts/shortcodes/list-pages-in-section.html
layouts/shortcodes/quick-reference.html
layouts/_markup/render-code*
layouts/_markup/render-table*
layouts/_shortcodes/glossary-term.html
layouts/_shortcodes/glossary.html
layouts/_shortcodes/highlighting-styles.html
layouts/_shortcodes/list-pages-in-section.html
layouts/_shortcodes/quick-reference.html
# No root node.
layouts/partials/layouts/head/head.html
layouts/_partials/layouts/head/head.html
# Auto generated.
assets/css/components/chroma*.css
+3 -5
View File
@@ -38,11 +38,9 @@
{{ end }}
" />
{{ partial "opengraph/opengraph.html" . }}
{{- template "_internal/schema.html" . -}}
{{- template "_internal/twitter_cards.html" . -}}
{{- partial "opengraph/opengraph.html" . }}
{{- partial "schema.html" . -}}
{{- partial "twitter_cards.html" . -}}
{{ if hugo.IsProduction }}
{{ partial "helpers/gtag.html" . }}