+
{{ if not (site.Params.features.blog.showAuthor | default true) }}
-
@@ -26,13 +26,13 @@
{{ 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 @@
+
{{ end }}
@@ -64,7 +64,7 @@
- {{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} {{i18n "minute" .ReadingTime }}{{ end }}
+
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 @@
{{ if site.Params.features.blog.shareButtons }}
@@ -175,7 +175,7 @@
{{ if and site.Params.features.toc.enable ( .Params.enableTOC | default true ) }}
-
diff --git a/layouts/partials/cards/post.html b/layouts/partials/cards/post.html
index 99178bc..4426b7c 100644
--- a/layouts/partials/cards/post.html
+++ b/layouts/partials/cards/post.html
@@ -15,12 +15,12 @@
{{ end }}
{{ i18n "toc_heading" }}
+{{ i18n "toc_heading" }}
{{ .TableOfContents }}
diff --git a/layouts/partials/cards/accomplishments.html b/layouts/partials/cards/accomplishments.html
index a62fa22..27015b1 100644
--- a/layouts/partials/cards/accomplishments.html
+++ b/layouts/partials/cards/accomplishments.html
@@ -4,7 +4,7 @@
{{ .name }}
@@ -12,7 +12,7 @@
{{ if .certificateURL }}
- {{ i18n "view_certificate"}}
+ {{ i18n "view_certificate"}}
{{ end }}
-
+
{{ .Date | time.Format ":date_full" }}
{{ if site.Params.features.readingTime }} | {{.ReadingTime}} {{ i18n "minute" .ReadingTime }} {{ end }}
{{ i18n "read" }}
+ class="float-end btn btn-outline-info btn-sm">{{ i18n "read" }}
{{ .title }}
{{ range $index,$author:= .authors }}
- {{ .name }}
+ {{ .name }}
{{ end }}
{{ range $index,$tag:= .tags }}
-
+
{{ $tag }}
{{ end }}