custom favicon (#63)
This commit is contained in:
parent
32389ef344
commit
61a9d7aea0
2 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@ params:
|
||||||
logo:
|
logo:
|
||||||
main: /assets/images/main-logo.png
|
main: /assets/images/main-logo.png
|
||||||
inverted: /assets/images/inverted-logo.png
|
inverted: /assets/images/inverted-logo.png
|
||||||
|
favicon: /assets/images/favicon.png
|
||||||
|
|
||||||
# GitHub repo URL of your site
|
# GitHub repo URL of your site
|
||||||
gitRepo: https://github.com/hossainemruz/toha-example-site
|
gitRepo: https://github.com/hossainemruz/toha-example-site
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" />
|
||||||
|
|
||||||
<!--================= fab-icon =========================-->
|
<!--================= fab-icon =========================-->
|
||||||
<link rel="icon" type="image/png" href="/assets/images/favicon.png" />
|
<link rel="icon" type="image/png" href="{{ .Site.Params.logo.favicon | default "/assets/images/favicon.png"}}" />
|
||||||
|
|
||||||
<!--================= custom style overrides =========================-->
|
<!--================= custom style overrides =========================-->
|
||||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue