diff --git a/assets/css/custom.css b/assets/css/custom.css index c0eacbda..9909f5b6 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -215,6 +215,15 @@ code { padding: 1rem; } +.calendar-list .calendar { + padding-bottom: 1rem; +} + +.calendar-list .calendar:last-of-type { + padding-bottom: 0rem; +} + + .calendar-list .calendar-copy { height: 1rem; cursor: pointer; diff --git a/layouts/partials/post_meta/author.html b/layouts/partials/post_meta/author.html index ae101662..9f172e3e 100644 --- a/layouts/partials/post_meta/author.html +++ b/layouts/partials/post_meta/author.html @@ -1,6 +1,5 @@ {{- if isset .Params "author" -}}
- {{ partial "svg/author.svg" (dict "class" "meta__icon") -}} {{ .Params.author }}
{{- end -}}