hugo-PaperMod/layouts
Aditya Telange 795c06b2cc
head: improve favicons presence
- also set theme color to #2e2e33
- use syntax from https://favicon.io
- `site.webmanifest` added, should be present in "static"

Custom links to favicons can be added in site config =>

params:
  assets:
    favicon: "<link / abs url>"
    favicon16x16:  "<link / abs url>"
    favicon32x32:  "<link / abs url>"
    apple_touch_icon:  "<link / abs url>"
    safari_pinned_tab:  "<link / abs url>"
2020-11-05 19:48:30 +05:30
..
_default Add accesskeys (attribute specifies a shortcut key to activate/focus an element.) 2020-10-30 01:15:43 +05:30
partials head: improve favicons presence 2020-11-05 19:48:30 +05:30
shortcodes Added shortcode for collapsing texts. 2020-08-23 22:23:37 +05:30
404.html update 404 to match baseof 2020-07-22 17:29:51 +05:30