Compare commits
No commits in common. "1248934ffaaa40305b5fa909803fb0d39e741365" and "0aaa190769c24f28f9e35f5fc1c680f9d3c1f33f" have entirely different histories.
1248934ffa
...
0aaa190769
|
@ -1,2 +1 @@
|
|||
public/
|
||||
resources/_gen/
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue