mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-08-04 04:58:55 -04:00
theme: More changes related to new template system
This commit is contained in:
parent
b0b6b1e697
commit
838706d6e4
@ -2,16 +2,16 @@
|
|||||||
**/icons.html
|
**/icons.html
|
||||||
|
|
||||||
# These are whitespace sensitive.
|
# These are whitespace sensitive.
|
||||||
layouts/_default/_markup/render-code*
|
layouts/_markup/render-code*
|
||||||
layouts/_default/_markup/render-table*
|
layouts/_markup/render-table*
|
||||||
layouts/shortcodes/glossary-term.html
|
layouts/_shortcodes/glossary-term.html
|
||||||
layouts/shortcodes/glossary.html
|
layouts/_shortcodes/glossary.html
|
||||||
layouts/shortcodes/highlighting-styles.html
|
layouts/_shortcodes/highlighting-styles.html
|
||||||
layouts/shortcodes/list-pages-in-section.html
|
layouts/_shortcodes/list-pages-in-section.html
|
||||||
layouts/shortcodes/quick-reference.html
|
layouts/_shortcodes/quick-reference.html
|
||||||
|
|
||||||
# No root node.
|
# No root node.
|
||||||
layouts/partials/layouts/head/head.html
|
layouts/_partials/layouts/head/head.html
|
||||||
|
|
||||||
# Auto generated.
|
# Auto generated.
|
||||||
assets/css/components/chroma*.css
|
assets/css/components/chroma*.css
|
||||||
|
@ -38,11 +38,9 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
" />
|
" />
|
||||||
|
|
||||||
|
{{- partial "opengraph/opengraph.html" . }}
|
||||||
|
{{- partial "schema.html" . -}}
|
||||||
{{ partial "opengraph/opengraph.html" . }}
|
{{- partial "twitter_cards.html" . -}}
|
||||||
{{- template "_internal/schema.html" . -}}
|
|
||||||
{{- template "_internal/twitter_cards.html" . -}}
|
|
||||||
|
|
||||||
{{ if hugo.IsProduction }}
|
{{ if hugo.IsProduction }}
|
||||||
{{ partial "helpers/gtag.html" . }}
|
{{ partial "helpers/gtag.html" . }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user