File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="{{ .Site.Language }} ">
33< head >
4+ < meta charset ="utf-8 ">
5+ < link rel ='stylesheet ' type ='text/css ' href ='/css/style.css '>
46 < title > {{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }}</ title >
57 < link rel ="canonical " href ="{{ .Site.BaseURL }} ">
68 < link rel ='alternate ' type ='application/rss+xml ' title ="{{ .Site.Title }} RSS " href ='/index.xml '>
7- < link rel ='stylesheet ' type ='text/css ' href ='/css/style.css '>
89 {{ with .Site.Params.favicon_apple_touch }}< link rel ="apple-touch-icon " sizes ="180x180 " href ="{{ . }} ">
910 {{ end -}}
1011 {{ with .Site.Params.favicon_32x32 }}< link rel ="icon " type ="image/png " sizes ="32x32 " href ="{{ . }} ">
1516 <!-- <meta name="keywords" content=""> -->
1617 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
1718 < meta name ="robots " content ="index, follow ">
18- < meta charset ="utf-8 ">
1919</ head >
2020< body >
2121{{ block "header" . }}
You can’t perform that action at this time.
0 commit comments