mirror of
https://github.com/christian1701/hugo-theme-console.git
synced 2025-11-02 13:39:23 +01:00
Allow addition of custom stylesheets and scripts
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
{{- partial "opengraph.html" . -}}
|
||||
{{- partial "twitter_cards.html" . -}}
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
|
||||
{{- partial "header.html" . -}}
|
||||
</head>
|
||||
<body class="terminal">
|
||||
<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