From 62703a114bc7963cfd0ddb50c6f54f5d1f498fbe Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Fri, 20 Aug 2021 13:56:45 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20links=20missing=20some=20s?= =?UTF-8?q?tyles=20in=20Firefox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + layouts/_default/taxonomy.html | 2 +- layouts/partials/article-link.html | 6 +++++- layouts/partials/breadcrumbs.html | 4 +++- layouts/partials/footer.html | 4 ++-- layouts/partials/header.html | 4 ++-- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1c07db..73393785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Minor style issue with `button` shortcode - Hugo Modules would fail when using default theme config file - Some content not centred correctly on the profile homepage layout +- Some links missing the correct styles when in Firefox ## [1.1.1] - 2020-08-19 diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index e9c88b94..2c58163b 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -5,7 +5,7 @@

{{ .Page.Title }} diff --git a/layouts/partials/article-link.html b/layouts/partials/article-link.html index 200d9fbf..efd3b2c6 100644 --- a/layouts/partials/article-link.html +++ b/layouts/partials/article-link.html @@ -11,7 +11,11 @@ >↗ {{ else }} - {{ .Title }} + {{ .Title }} {{ end }} {{ if and .Draft .Site.Params.article.showDraftLabel }} {{ partial "badge.html" "Draft" }} diff --git a/layouts/partials/breadcrumbs.html b/layouts/partials/breadcrumbs.html index 520a8c91..a943add8 100644 --- a/layouts/partials/breadcrumbs.html +++ b/layouts/partials/breadcrumbs.html @@ -8,7 +8,9 @@ {{ template "crumb" (dict "p1" .p1.Site.Home "p2" .p2 ) }} {{ end }}
  • - {{ .p1.Title }}/
  • diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 1da851e6..52938ae9 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -14,14 +14,14 @@

    {{ i18n "footer.powered_by" }} Hugo & Congo

    {{ .Site.Title }} {{ .Name }}