Add google analytics
This commit is contained in:
@@ -12,11 +12,12 @@
|
||||
{{ if (fileExists "static/img/favicon.png") -}}
|
||||
<link rel="icon" type="image/png" href="{{ "/img/favicon.png" | absURL}}">
|
||||
{{- end }}
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" />
|
||||
<link rel="stylesheet" href="{{ "/css/style.css" | absURL}}" />
|
||||
<link rel="stylesheet" href="{{ "/css/xcode.css" | absURL}}" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.10.0/dist/katex.min.css" integrity="sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="{{ "/css/latolatinfonts.css" | absURL}}" />
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
{{ if isset $.Site.Params "bgimg" }}
|
||||
<style>
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user