Skip to content

Commit

Permalink
Support additional-head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Apr 8, 2022
1 parent 586bea3 commit 5668fee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layouts/partials/additional-head.html
@@ -0,0 +1,4 @@
{{/*
Create a file named `layouts/partials/additional-head.html` at your site root to
add extra tags into <head>. Page variables are passed.
*/}}
2 changes: 2 additions & 0 deletions layouts/partials/head.html
Expand Up @@ -37,4 +37,6 @@

<meta name="language" content="{{ .Language.Lang }}">
<meta name="description" content="{{ (partial "seo-tags/description.html" .) | plainify }}">

{{ partial "additional-head.html" . }}
</head>

0 comments on commit 5668fee

Please sign in to comment.