include css
This commit is contained in:
parent
b50da8b30f
commit
75123eae4b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<title>{{.Title}}</title>
|
||||
<link rel="alternate" type="application/rss+xml" href="{{.Site.BaseURL}}/index.xml">
|
||||
<link rel="stylesheet" href="{{.Site.BaseURL}}css/theme.css">
|
||||
<link rel="stylesheet" href="{{.Site.BaseURL}}style.css">
|
||||
<link rel="stylesheet" href="{{.Site.BaseURL}}/style.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="{{ .Title }}">
|
||||
<meta name="description" content="{{.Params.description}}">
|
||||
|
|
Loading…
Reference in a new issue