diff options
author | Rafa Marcén <rafa_marcen@hotmail.com> | 2021-08-26 18:41:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 00:41:36 +0800 |
commit | 374690bb2173103b6b11d50e370cc97ff0520853 (patch) | |
tree | 0b99f9520790075a582fe86b3b3b52bf5e83aa30 /_includes/head.html | |
parent | 78056fbad8c7c0570846cabb0e9c4dd9bdcdc84f (diff) |
feat: support for custom head content (#59)
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html index 66cca12..f0dd9c2 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,4 +14,5 @@ {%- include extensions/google-analytics.html -%} {%- endif -%} {%- include extensions/code-highlight.html -%} + {%- include custom-head.html -%} </head> |