Basic stylesheet
This commit is contained in:
4
themes/v2/assets/css/style.scss
Normal file
4
themes/v2/assets/css/style.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
font-family: monospace;
|
||||
padding: 50px;
|
||||
}
|
||||
@@ -1,4 +1,6 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ .Site.Title }}</title>
|
||||
{{ $css := resources.Get "css/style.scss" | toCSS | minify | fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
|
||||
</head>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<header>
|
||||
<h1><a href="/">{{ .Site.Title }}</a></h1>
|
||||
<header>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user