Welcome to mirror list, hosted at ThFree Co, Russian Federation.

head-includes.html « partials « layouts - github.com/serg/yourfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2be4eb6a48e94c78d00b213f28422166e8e2538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{with partial "funcs/GetCSS.html" (dict "sourcePath" "scss/critical.scss" "enableSourceMap" false)}}
<style>
  {{.Content | safeCSS}}
</style>
{{end}}
{{with partial "funcs/GetCSS.html" (dict "sourcePath" "scss/app.scss" "outputPath" "css/app.css")}}
<noscript id="deferredCss">
  <link rel="stylesheet" href="{{.RelPermalink}}">
</noscript>
{{end}}
<script>
  document.createElement("picture");
</script>
<script src="https://cdn.jsdelivr.net/picturefill/3.0.2/picturefill.min.js" async></script>