From bf00bf62204e4ff53efc9015a24912bf45df6fe1 Mon Sep 17 00:00:00 2001 From: Justin Hartman Date: Mon, 31 May 2021 13:50:53 +0200 Subject: [PATCH] docs: Update changelog with new item --- CHANGELOG.md | 1 + _pages/about.md | 2 +- _pages/changelog.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a47b6..25945dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ version released to date for the Jekyll Heroku Starter Kit. - Upgraded `bundler` from `2.1.4` to `2.2.3` - Security fix upgrades to remaining `Gemfile` packages - Updated content on README and Home pages + - Fixed navigation link indentation in `head.html` template - [🐛 #bugfix](#bugfix) - Fixes issue #4 by referencing `manifest.json` instead of `site.webmanifest` - Fixes issue #6 where Heroku build fails on updated `Gemfile` diff --git a/_pages/about.md b/_pages/about.md index 04a090b..a101aab 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -10,7 +10,7 @@ menu: About Us # Set to false to hide from the menu completely. weight: 3 # Lower weights rise to the top of the side navigation menu. # Override global color scheme for this page. # https://getmdl.io/customize/index.html -mdl_colors: green-deep_purple +mdl_colors: deep_orange-blue search: true # 'false' hides this page from search results. # Add the category this page should belong to. # When set, the permalink is made up of /:category/:title (e.g. /pages/about) diff --git a/_pages/changelog.md b/_pages/changelog.md index f844296..f0b07aa 100644 --- a/_pages/changelog.md +++ b/_pages/changelog.md @@ -44,6 +44,7 @@ version released to date for the Jekyll Heroku Starter Kit. - Upgraded `bundler` from `2.1.4` to `2.2.3` - Security fix upgrades to remaining `Gemfile` packages - Updated content on README and Home pages + - Fixed navigation link indentation in `head.html` template - [🐛 #bugfix](#bugfix) - Fixes issue #4 by referencing `manifest.json` instead of `site.webmanifest` - Fixes issue #6 where Heroku build fails on updated `Gemfile`