Move pages from draft to final

This commit is contained in:
2023-01-20 17:59:10 +01:00
parent 0e1a513059
commit d2e874d330
45 changed files with 46 additions and 54 deletions

View File

@@ -3,9 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction)) }}
{{ $scss := resources.Get "main.scss" | resources.ToCSS $options }}
<link rel="stylesheet" type="text/css" href="{{ $scss.Permalink }}">
{{/* <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"> */}}
<link rel="stylesheet" type="text/css" href="{{ relURL "css/main.css" }}">
<link rel="stylesheet" type="text/css" href="{{ $scss.RelPermalink }}">
{{ $title := print .Site.Title " | " .Title }}
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
<title>{{ $title }}</title>