commit 7934d08a763baeab67a06aa7219de7d176be98e0
parent 53db82d32aa43b6524af3136879983aaeb83c15e
Author: vimux <vimux@protonmail.com>
Date: Fri, 4 Nov 2016 20:59:33 +0300
Add blank style.css
Diffstat:
2 files changed, 1 insertion(+), 0 deletions(-)
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
@@ -7,6 +7,7 @@
<title>{{ .Title }}</title>
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
{{ if .RSSlink -}}<link href="{{ .RSSlink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}">{{- end }}
{{ .Hugo.Generator }}
</head>
diff --git a/static/css/style.css b/static/css/style.css