FontAwesome 5 update & RSS Support

This commit is contained in:
Timothy Rogers 2022-06-01 08:06:33 -04:00
parent 6634b6b6dd
commit 1a3bfa10db
29 changed files with 18527 additions and 1 deletions

View file

@ -1,4 +1,8 @@
<head>
<title>{{ .Site.Title }}</title>
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/fontawesome/css/all.css"/>
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
</head>