On retire dans head les ajout non voulu (latex, math, etc)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||
{{- if .Description }}
|
||||
<meta name="description" content="{{ .Description | plainify }}">
|
||||
{{- end }}
|
||||
|
||||
{{- $styles := slice "css/vars.css" "css/syntax.css" "css/main.css" "css/nav.css" -}}
|
||||
{{- range $styles }}
|
||||
{{- with resources.Get . }}
|
||||
<link rel="stylesheet" href="{{ .RelPermalink }}">
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{ $noop := .WordCount }}
|
||||
Reference in New Issue
Block a user