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 }}