diff --git a/config.toml b/config.toml index 5426f4e..774151d 100644 --- a/config.toml +++ b/config.toml @@ -6,6 +6,8 @@ theme = 'hugo-casper3' [params] description = "I'm a 19 years old UI Designer, Photographer and Artist." favicon = "/favicon.ico" + logo = "/logo.png" + navlogo = "/navlogo.png" [menu] [[menu.main]] diff --git a/content/logo.png b/content/logo.png new file mode 100644 index 0000000..40b3694 Binary files /dev/null and b/content/logo.png differ diff --git a/content/navlogo.png b/content/navlogo.png new file mode 100644 index 0000000..327eb6e Binary files /dev/null and b/content/navlogo.png differ diff --git a/themes/hugo-casper3/layouts/partials/site-nav.html b/themes/hugo-casper3/layouts/partials/site-nav.html index 3b5cbce..8888aee 100644 --- a/themes/hugo-casper3/layouts/partials/site-nav.html +++ b/themes/hugo-casper3/layouts/partials/site-nav.html @@ -1,7 +1,7 @@