From c630e69e32a8f0076afcb77b7844514769f5abf4 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:15:58 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20additional=20markup=20to?= =?UTF-8?q?=20multilingual=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #298 --- CHANGELOG.md | 1 + layouts/partials/header/basic.html | 2 +- layouts/partials/header/hamburger.html | 2 +- layouts/partials/translations.html | 12 +++++++++--- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9233c502..6b55f82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Appearance switcher title doesn't update when switching appearance ([#235](https://github.com/jpanther/congo/issues/235)) - Article updated date logic doesn't consider formatted date values ([#259](https://github.com/jpanther/congo/issues/259)) - Error calling Paginate when attempting to generate a site with no taxonomies ([#289](https://github.com/jpanther/congo/issues/289)) +- Multilingual links are spaced incorrectly when using Hugo minify ([#298](https://github.com/jpanther/congo/issues/298)) - Pagination links overflow the page area on large datasets ([#299](https://github.com/jpanther/congo/issues/299)) - Embedded content disappears when displayed at certain viewport sizes ([#302](https://github.com/jpanther/congo/issues/302)) - Order of articles on list pages would not follow Hugo conventions when grouped by year ([#313](https://github.com/jpanther/congo/issues/313)) diff --git a/layouts/partials/header/basic.html b/layouts/partials/header/basic.html index fc7c5488..a34fc6ac 100644 --- a/layouts/partials/header/basic.html +++ b/layouts/partials/header/basic.html @@ -1,7 +1,7 @@