diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 5ff7c4c..1971e05 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -80,13 +80,13 @@ params: # Use the "show" variable to control whether displayed in sidebar customLogo: show: false - url: /imgs/hugo-next-logo.png + url: /imgs/hugo_next_logo.png favicon: icon: /imgs/icons/favicon.ico - small: /imgs/icons/favicon-16x16-next.png - medium: /imgs/icons/favicon-32x32-next.png - appleTouchIcon: /imgs/icons/apple-touch-icon-next.png + small: /imgs/icons/favicon_16x16_next.png + medium: /imgs/icons/favicon_32_32_next.png + appleTouchIcon: /imgs/icons/apple_touch_icon_next.png # Open graph settings openGraph: diff --git a/static/imgs/hugo-next-avatar.png b/static/imgs/hugo_next_avatar.png similarity index 100% rename from static/imgs/hugo-next-avatar.png rename to static/imgs/hugo_next_avatar.png diff --git a/static/imgs/hugo-next-logo.png b/static/imgs/hugo_next_logo.png similarity index 100% rename from static/imgs/hugo-next-logo.png rename to static/imgs/hugo_next_logo.png diff --git a/static/imgs/icons/apple-touch-icon-next.png b/static/imgs/icons/apple_touch_icon_next.png similarity index 100% rename from static/imgs/icons/apple-touch-icon-next.png rename to static/imgs/icons/apple_touch_icon_next.png diff --git a/static/imgs/icons/favicon-16x16.png b/static/imgs/icons/favicon_16x16_next.png similarity index 100% rename from static/imgs/icons/favicon-16x16.png rename to static/imgs/icons/favicon_16x16_next.png diff --git a/static/imgs/icons/favicon-32x32.png b/static/imgs/icons/favicon_32_32_next.png similarity index 100% rename from static/imgs/icons/favicon-32x32.png rename to static/imgs/icons/favicon_32_32_next.png