Deploy site using 'scp' #3

Merged
luca merged 3 commits from scp_deploy into main 2020-11-13 18:56:01 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 65d374ca5a - Show all commits

View File

@ -7,7 +7,7 @@
{{ .Site.Title }}
{{ end }}</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
{{ $style := resources.Get "style.scss" | resources.ToCSS | minify }}
{{ $style := resources.Get "style.scss" | resources.ToCSS (dict "outputStyle" "compressed") }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
</head>
<body>