Add simple blog rendering

This commit is contained in:
Alex Shpak
2018-11-24 15:14:43 +01:00
parent 7798a5cc7c
commit 2a89630a47
4 changed files with 51 additions and 1 deletions
-1
View File
@@ -4,6 +4,5 @@
<link href="https://fonts.googleapis.com/css?family=Oxygen|Oxygen+Mono:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="{{ "normalize.min.css" | absURL }}">
<!-- <link rel="stylesheet" href="/basscss.min.css"> -->
{{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $styles.RelPermalink }}">