diff --git a/assets/css/post-single.css b/assets/css/post-single.css index 017a3e97..76214685 100644 --- a/assets/css/post-single.css +++ b/assets/css/post-single.css @@ -12,7 +12,8 @@ margin-bottom: 5px; } -.post-meta { +.post-meta, +.breadcrumbs { color: var(--secondary); font-size: 14px; display: flex; @@ -26,6 +27,10 @@ box-shadow: 0 1px 0 var(--secondary) } +.breadcrumbs a { + font-size: 16px; +} + .post-content { color: var(--content) } diff --git a/i18n/en.yaml b/i18n/en.yaml index 14b37b5e..b7323d01 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -14,3 +14,6 @@ - id: translations translation: "Translations" + +- id: home + translation: "Home" diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 55eb38d2..9716ad14 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,6 +2,24 @@
+ {{- if (.Param "ShowBreadCrumbs")}} + + {{- end }}

{{ .Title }} {{- if .Draft }}
  [draft]
{{- end }}