Move list styles to main.css

This commit is contained in:
Eryn Wells 2021-12-27 10:24:51 -07:00
parent c4ef9dead1
commit ab7c6df152
4 changed files with 33 additions and 40 deletions

View file

@ -40,10 +40,8 @@
<link rel="icon" href="{{ `favicon.ico` | absURL }}">
<link rel="apple-touch-icon" href="{{ `apple-touch-icon.png` | absURL }}">
<!-- Generator -->
{{ hugo.Generator }}
<!-- RSS -->
{{ range .AlternativeOutputFormats }}
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink }}" title="{{ site.Title }}">
{{ end }}