themefisher / airspace-hugo

Airspace Hugo theme for multipurpose use, like Portfolio, Blog, Business.
https://gethugothemes.com/products/airspace/?utm_source=airspace_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
354 stars 509 forks source link

How can I add favicon? #87

Closed hilalevlicoglu closed 4 years ago

hilalevlicoglu commented 4 years ago

It seems should be in the images folder. But it doesn't work for me.

layouts\partials\head.html

  <link rel="shortcut icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">
  <link rel="icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">
hilalevlicoglu commented 4 years ago

The problem was cashe. Sorry, I forgot about this possibility :)