Use Font Awesome instead of Fork Awesome
This commit is contained in:
parent
b88d13e7f0
commit
d326aa747e
130 changed files with 375 additions and 6712 deletions
|
|
@ -25,13 +25,15 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
{{ $stylesheetNormalize := resources.Get "css/normalize.css" }}
|
||||
{{ $stylesheetFA := resources.Get "css/fork-awesome.css" }}
|
||||
{{ $stylesheetFA := resources.Get "css/fontawesome/fontawesome.min.css" }}
|
||||
{{ $stylesheetFABrands := resources.Get "css/fontawesome/brands.min.css" }}
|
||||
{{ $stylesheetFASolid := resources.Get "css/fontawesome/solid.min.css" }}
|
||||
{{ $stylesheetFonts := resources.Get "css/fonts.css" }}
|
||||
{{ $stylesheetGeneric := resources.Get "css/generic.css" }}
|
||||
|
||||
{{ $stylesheetScreen := ( resources.Get "css/_index.scss" | css.Sass ) }}
|
||||
|
||||
{{ $stylesheet := slice $stylesheetNormalize $stylesheetFA $stylesheetFonts $stylesheetGeneric $stylesheetScreen | resources.Concat "css/style.css" | resources.Minify | resources.Fingerprint }}
|
||||
{{ $stylesheet := slice $stylesheetNormalize $stylesheetFA $stylesheetFABrands $stylesheetFASolid $stylesheetFonts $stylesheetGeneric $stylesheetScreen | resources.Concat "css/style.css" | resources.Minify | resources.Fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $stylesheet.RelPermalink }}" type="text/css" integrity="{{ $stylesheet.Data.Integrity }}" />
|
||||
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue