remove stylesheet variable
This commit is contained in:
parent
58e91fcee3
commit
53b2b47f60
@ -5,5 +5,4 @@ languageCode = 'en-us'
|
||||
[params]
|
||||
#relatedtext = "Related:"
|
||||
favicon = "/favicon.ico"
|
||||
stylesheet = "/style.css"
|
||||
showrss = true
|
||||
|
@ -4,8 +4,7 @@
|
||||
<title>{{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }}</title>
|
||||
<link rel="canonical" href="{{ .Site.BaseURL }}">
|
||||
<link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'>
|
||||
{{ with .Site.Params.stylesheet }}<link rel='stylesheet' type='text/css' href='{{ . }}'>
|
||||
{{ end -}}
|
||||
<link rel='stylesheet' type='text/css' href='/style.css'>
|
||||
{{ with .Site.Params.favicon }}<link rel="icon" href="{{ . }}">
|
||||
{{ end -}}
|
||||
<meta name="description" content="{{ with .Params.description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}">
|
||||
|
Loading…
Reference in New Issue
Block a user