Merge commit 'e186c5d6f740bbdb62d2c6ea304977603a55e59a' as 'themes/paperesque'
This commit is contained in:
9
themes/paperesque/layouts/partials/head_includes.html
Normal file
9
themes/paperesque/layouts/partials/head_includes.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<link rel="stylesheet" href="{{ relURL "/css/reboot.css" }}" />
|
||||
<link rel="stylesheet" href="{{ relURL "/css/style.css" }}" />
|
||||
<link rel="stylesheet" href="{{ relURL "/css/syntax.css" }}" />
|
||||
|
||||
{{ $opts := dict "targetPath" "js/main.js" "minify" true "target" "es2015" }}
|
||||
{{ $mainJs := resources.Get "js/main.js" | js.Build $opts }}
|
||||
<script type="text/javascript" src="{{ $mainJs.RelPermalink }}" defer></script>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lora&display=swap" rel="stylesheet">
|
Reference in New Issue
Block a user