Squashed 'themes/paperesque/' content from commit 228903d
git-subtree-dir: themes/paperesque git-subtree-split: 228903d2bad09f92d4de8a2922806fafd24d3966
This commit is contained in:
9
layouts/partials/head_includes.html
Normal file
9
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