blob: a10e8186154b9a410f0383cae0bd285575b8789c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{{$tmp := getenv "HUGO_TEST"}}
{{if eq $tmp "1"}}
<link href="/normalize.css" rel="stylesheet" type="text/css">
<link href="/skeleton.css" rel="stylesheet" type="text/css">
<link href="/font.css" rel="stylesheet" type="text/css">
<link href="/custom.css" rel="stylesheet" type="text/css">
{{else}}
<style>
{{readFile "static/gulp.css/concat.css" | safeCSS}}
</style>
{{end}}
|