|
@@ -6,6 +6,8 @@
|
|
|
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} · {{ .Site.Title }}{{ end }}</title>
|
|
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} · {{ .Site.Title }}{{ end }}</title>
|
|
|
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }}">
|
|
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }}">
|
|
|
<link rel="stylesheet" href="{{ "css/site.css" | relURL }}">
|
|
<link rel="stylesheet" href="{{ "css/site.css" | relURL }}">
|
|
|
|
|
+ <link rel="icon" href="{{ "favicon.ico" | relURL }}" type="image/x-icon">
|
|
|
|
|
+ <link rel="apple-touch-icon" href="{{ "logo.png" | relURL }}">
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|
|
|
<header class="site-header">
|
|
<header class="site-header">
|