|
|
@@ -17,13 +17,12 @@ |
|
|
|
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> |
|
|
|
{{ end }} |
|
|
|
|
|
|
|
{{ $css_path := $.Param "dev.css_path" | default "themes/gohugo-theme-ananke/static/dist/css" }} |
|
|
|
{{ with $css_path }} |
|
|
|
{{ range readDir . }} |
|
|
|
<link href='/dist/css/{{ .Name }}' rel='stylesheet' type="text/css" data-turbolinks-track="reload" /> |
|
|
|
{{ end }} |
|
|
|
{{ $stylesheet := .Site.Data.webpack_assets.app }} |
|
|
|
{{ with $stylesheet.css }} |
|
|
|
<link href="{{ printf "%s%s" "/dist/" . }}" rel="stylesheet"> |
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
|
|
|
{{ block "favicon" . }} |
|
|
|
{{ partial "site-favicon.html" . }} |
|
|
|
{{ end }} |