Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vimux/blank.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2016-11-04 20:59:33 +0300
committervimux <vimux@protonmail.com>2016-11-04 20:59:33 +0300
commit7934d08a763baeab67a06aa7219de7d176be98e0 (patch)
tree4a6b516fb5600d43e4ddcdc6144ccc8998e28e9c
parent53db82d32aa43b6524af3136879983aaeb83c15e (diff)
Add blank style.css
-rw-r--r--layouts/partials/header.html1
-rw-r--r--static/css/style.css0
2 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 63e6e84..fd9bbdb 100644
--- 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
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/static/css/style.css