mirror of
https://github.com/christian1701/hugo-theme-console.git
synced 2025-11-03 05:59:23 +01:00
header: add custom stylesheets and scripts (thx @chrisdoherty4)
Allow addition of custom stylesheets and scripts
This commit is contained in:
@@ -25,6 +25,8 @@
|
|||||||
{{- partial "opengraph.html" . -}}
|
{{- partial "opengraph.html" . -}}
|
||||||
{{- partial "twitter_cards.html" . -}}
|
{{- partial "twitter_cards.html" . -}}
|
||||||
{{ template "_internal/google_analytics.html" . }}
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
|
|
||||||
|
{{- partial "header.html" . -}}
|
||||||
</head>
|
</head>
|
||||||
<body class="terminal">
|
<body class="terminal">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
1
layouts/partials/header.html
Normal file
1
layouts/partials/header.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<!-- Keep - override to add code to <header /> tag -->
|
||||||
Reference in New Issue
Block a user