diff --git a/content/_index.md b/content/_index.md index df78e78..c608acf 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,7 +2,7 @@ title: Welcome! subtitle: Leigh Hackspace is a social enterprise created for the benefit of our members and the wider Leigh community. layout: home -hero_image: /images/rose_logo.svg +hero_image: rose_logo.svg --- {{< rawhtml >}} diff --git a/content/membership/index.md b/content/membership/index.md index 1a90b29..a9564c8 100644 --- a/content/membership/index.md +++ b/content/membership/index.md @@ -1,7 +1,7 @@ --- title: Join Leigh Hackspace subtitle: Become part of our community. -hero_image: /images/hero-img.svg +hero_image: hero-img.svg layout: membership show_cta: False outputs: diff --git a/themes/lhs/assets/sass/leighhack.scss b/themes/lhs/assets/sass/leighhack.scss index 5c74f9c..a2007aa 100644 --- a/themes/lhs/assets/sass/leighhack.scss +++ b/themes/lhs/assets/sass/leighhack.scss @@ -3,7 +3,7 @@ // Additional fonts @font-face { font-family: 'Transport Medium'; - src: url('/fonts/transport-medium.woff2') format('woff2'); + src: url('../fonts/transport-medium.woff2') format('woff2'); } // Hackspace Branding diff --git a/themes/lhs/layouts/_default/baseof.html b/themes/lhs/layouts/_default/baseof.html index 06bfb2a..d35fa6d 100644 --- a/themes/lhs/layouts/_default/baseof.html +++ b/themes/lhs/layouts/_default/baseof.html @@ -29,7 +29,7 @@ {{ if .Params.hero_image }}