|
|
@@ -28,5 +28,6 @@ |
|
|
|
{{ $sjsopts := dict "targetPath" "js/sandpoints.js" "minify" "true"}} |
|
|
|
{{ $sjs := resources.Get "js/sandpoints.js" | js.Build $sjsopts }} |
|
|
|
<script defer src='{{ $sjs.Permalink }}' type="application/javascript"></script> |
|
|
|
<link href='https://cdn.knightlab.com/libs/soundcite/latest/css/player.css' rel='stylesheet' type='text/css'><script type='text/javascript' src='https://cdn.knightlab.com/libs/soundcite/latest/js/soundcite.min.js'></script> |
|
|
|
<title>{{ block "title" . }}{{- .Title }} -- {{ .Site.Title -}}{{ end }}</title> |
|
|
|
</head> |