header: add custom stylesheets and scripts (thx @chrisdoherty4)

Allow addition of custom stylesheets and scripts
This commit is contained in:
Marcin Mierzejewski
2020-05-17 19:05:42 +02:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -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">

View File

@@ -0,0 +1 @@
<!-- Keep - override to add code to <header /> tag -->