Compare commits

..

No commits in common. "1248934ffaaa40305b5fa909803fb0d39e741365" and "0aaa190769c24f28f9e35f5fc1c680f9d3c1f33f" have entirely different histories.

3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
public/
resources/_gen/

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.css" | minify }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
</head>
<body>