diff --git a/assets/styles/components/links.scss b/assets/styles/components/links.scss index 61369a2..4372bcc 100644 --- a/assets/styles/components/links.scss +++ b/assets/styles/components/links.scss @@ -2,6 +2,10 @@ a { color: get-light-color('accent-color'); @include transition(); + &:link { + text-decoration: none; + } + &:hover, &:focus { text-decoration: get-light-color('hover-over-accent-color') underline; diff --git a/layouts/_default/search.html b/layouts/_default/search.html index 9475868..371c808 100644 --- a/layouts/_default/search.html +++ b/layouts/_default/search.html @@ -58,8 +58,8 @@ {{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 8981d32..cd511ac 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -37,7 +37,7 @@
{{ if site.Params.features.blog.showAuthor | default true }} -
+
Author Image
{{ partial "helpers/get-author-name.html" . }}

{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} {{i18n "minute" .ReadingTime }}{{ end }}

@@ -51,7 +51,7 @@
{{ if not (site.Params.features.blog.showAuthor | default true) }} -
+

{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} {{i18n "minute" .ReadingTime }}{{ end }}

{{ end }} @@ -64,7 +64,7 @@
-
+
diff --git a/layouts/partials/cards/publication.html b/layouts/partials/cards/publication.html index bdc7b21..2c238e1 100644 --- a/layouts/partials/cards/publication.html +++ b/layouts/partials/cards/publication.html @@ -12,11 +12,11 @@
{{ .title }}
{{ .publishedIn.name }} - {{ .publishedIn.date }} + {{ .publishedIn.date }}
{{ range $index,$author:= .authors }} - {{ .name }} + {{ .name }} {{ end }}
@@ -26,13 +26,13 @@
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 048074f..c04bd7a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -66,7 +66,7 @@