From 2dd29da8b0b3355532ff07f2f4159387ff685945 Mon Sep 17 00:00:00 2001 From: Varun A P Date: Fri, 25 Sep 2020 08:14:20 +0200 Subject: Support for changing logo --- CHANGELOG.md | 23 +++++++++++++++++++++++ layouts/partials/header.html | 21 ++++----------------- layouts/partials/logo.html | 15 +++++++++++++++ 3 files changed, 42 insertions(+), 17 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 layouts/partials/logo.html diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..65098de --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +All the changes made to Showcase theme for Hugo. + +## 2020-09-25 + +### Added + +- Add support for overriding logo (/layout/partials/logo.html) + +### Fixed + +- Fix issue with showing homepage filters in other custom pages + +## 2020-06-24 + +### Added + +- Add support for custom menu option + +## 2020-06-10 + +- Initial Release diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 474dcd3..3c603d3 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -6,26 +6,12 @@ class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0" href="{{ .Site.BaseURL }}" > - - - - {{ .Site.Params.Author }} + {{- partial "logo.html" . -}}