Remove css from header since it is in the footer now
This commit is contained in:
parent
ecf36b469f
commit
df996342ba
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
||||||
{{ if .RSSlink }}
|
{{ if .RSSlink }}
|
||||||
<link href="{{ .RSSlink }}" rel="alternative" type="application/rss+xml" title="{{ .Title }}" />
|
<link href="{{ .RSSlink }}" rel="alternative" type="application/rss+xml" title="{{ .Title }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/main.css" />
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a id="title" href="{{ .Site.BaseURL }}" title="{{ .Site.Title }}">
|
<a id="title" href="{{ .Site.BaseURL }}" title="{{ .Site.Title }}">
|
||||||
|
|
Loading…
Reference in a new issue