File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ Blog post layouts:
1414- ` layouts/partials/posts/tag.html ` : Tag page layout
1515- ` layers/partials/posts/comments.html ` : Empty by default; can be overridden to place a comments section
1616
17+ ## Add custom HTML header content
18+
19+ - ` layouts/partials/head.html `
20+
1721## Shortcut list
1822
1923The depths of the shortcut list on the left of each post can be
Original file line number Diff line number Diff line change 1111 <!-- Add MathJax, if needed -->
1212 {{ partial "mathjax.html" }}
1313
14- <!-- Render custom header -->
14+ <!-- Render custom user header -->
1515 {{ partial "head.html" . -}}
1616
1717 <!-- Refer: https://regisphilibert.com/blog/2018/08/hugo-multilingual-part-1-managing-content-translation/ -->
Original file line number Diff line number Diff line change 1+ <!-- Leave this file empty. This is a placeholder for theme users to customize head content. -->
You can’t perform that action at this time.
0 commit comments