Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
Signed-off-by: lucperkins <[email protected]>
  • Loading branch information
lucperkins committed Apr 29, 2019
1 parent 477be68 commit ce25672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layouts/partials/css.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ $favicon := "favicon.png" | relURL }}
{{ $inServerMode := site.IsServer }}
{{ $includePaths := (slice "node_modules") }}
{{ $sass := "sass/style.sass" }}
Expand All @@ -11,4 +12,5 @@
{{ else }}
{{ $prodCss := $css | fingerprint }}
<link rel="stylesheet" href="{{ $prodCss.RelPermalink }}" integrity="{{ $prodCss.Data.Integrity }}">
{{ end }}
{{ end }}
<link rel="shortcut icon" type="image/png" href="{{ $favicon }}">
Binary file added static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce25672

Please sign in to comment.