FontAwesome 5 update & RSS Support
This commit is contained in:
parent
6634b6b6dd
commit
1a3bfa10db
29 changed files with 18527 additions and 1 deletions
|
@ -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>
|
Reference in a new issue