adjust meta styles; add tufte-css.md

This commit is contained in:
loikein 2023-04-17 17:20:14 +01:00
commit 2587e4bb28
6 changed files with 235 additions and 10 deletions
layouts/partials

View file

@ -5,7 +5,12 @@
<meta name="description"
content="{{ with .Description }}{{ . }}{{ else }}{{ with .Summary }}{{ . }}{{ else }}{{ .Site.Params.description }}{{end }}{{ end }} ">
<link rel="canonical" href="{{ .Permalink }}" />
<!-- Standard favicon -->
<link rel="icon" type="image/x-icon" href="{{"favicon/favicon.ico" | relURL}}">
<!-- favicon -->
{{ if .Site.Params.favicon }}
<link rel="icon" href="{{ .Site.Params.favicon | absURL }}" />
{{ end }}
{{ if .Site.Params.touchicon }}
<link rel="apple-touch-icon" href="{{ .Site.Params.touchicon | absURL }}" />
{{ end }}
{{ partial "header.includes.html" . }}
</head>