Bläddra i källkod

Added favicon to the website which will make the site look great. (#11603)

* Add files via upload

* Update _config.yml

* Add files via upload

* Update default.html

* Update _config.yml

* Update default.html

* Update _config.yml

* Update default.html

* Update default.html

* Update default.html

* Update default.html

* Update default.html

* Delete _layout directory

* Update _config.yml

* Add files via upload

* Update head-custom.html

* Delete _includes/head-custom-google-analytics.html

* Update _config.yml

* Update _config.yml
Ajay Singh 1 år sedan
förälder
incheckning
35d21565a9
2 ändrade filer med 9 tillägg och 0 borttagningar
  1. 9 0
      _includes/head-custom.html
  2. BIN
      favicon.ico

+ 9 - 0
_includes/head-custom.html

@@ -0,0 +1,9 @@
+<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
+
+<!-- Setup Google Analytics -->
+
+
+<!-- You can set your favicon here -->
+<link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}">
+
+<!-- end custom head snippets -->

BIN
favicon.ico