From 7934d08a763baeab67a06aa7219de7d176be98e0 Mon Sep 17 00:00:00 2001 From: vimux Date: Fri, 4 Nov 2016 20:59:33 +0300 Subject: [PATCH] Add blank style.css --- layouts/partials/header.html | 1 + static/css/style.css | 0 2 files changed, 1 insertion(+) create mode 100644 static/css/style.css 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 }} {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.author }}{{ end }} + {{ if .RSSlink -}}{{- end }} {{ .Hugo.Generator }} diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..e69de29