Skip to content

Commit 59e65c1

Browse files
committed
Remove: (layouts/partials/head.html) Empty file
In accordance with the recommendations in <https://gohugo.io/content-management/mathematics>, the HTML HEAD content goes in "baseof.html" rather than here, and after removing the old implementation, this file is empty.
1 parent 30bd660 commit 59e65c1

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

layouts/_default/baseof.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
<!-- Render theme css -->
99
{{ partial "css.html" . -}}
1010

11-
<!-- Render custom header -->
12-
{{ partial "head.html" . -}}
13-
1411
<!-- Refer: https://regisphilibert.com/blog/2018/08/hugo-multilingual-part-1-managing-content-translation/ -->
1512
{{ if .IsTranslated }}
1613
{{ range .Translations }}

layouts/partials/head.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)