1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-20 21:52:16 -07:00
Files
wtf/_site/themes/docdock/layouts/partials/custom-head.html
2018-08-15 13:25:28 -07:00

5 lines
263 B
HTML

<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}">
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
<link rel="stylesheet" href="/css/custom.css">