add css files to main

This commit is contained in:
Oliver Atkinson 2023-09-28 11:46:14 -06:00
parent 41b5f8097a
commit 92f0c856be

View File

@ -5,6 +5,8 @@
<link rel="canonical" href="{{ .Site.BaseURL }}">
<link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel='stylesheet' type='text/css' href='/hugo.css'>
<link rel='stylesheet' type='text/css' href='/content.css'>
{{ with .Site.Params.favicon }}<link rel="icon" href="{{ . }}">
{{ end -}}
<meta name="description" content="{{ with .Params.description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}">