fix normal css
This commit is contained in:
parent
75123eae4b
commit
37d555cd54
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<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}}/css/theme.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 }}">
|
||||
|
|
Loading…
Reference in a new issue