Add blank style.css

This commit is contained in:
vimux 2016-11-04 20:59:33 +03:00
parent 53db82d32a
commit 7934d08a76
2 changed files with 1 additions and 0 deletions

View File

@ -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>

0
static/css/style.css Normal file
View File