Skip to content

Commit ffcb869

Browse files
authored
Fix author rendering missing SVG; space calendars (#200)
1 parent 7e97bdc commit ffcb869

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

assets/css/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,15 @@ code {
215215
padding: 1rem;
216216
}
217217

218+
.calendar-list .calendar {
219+
padding-bottom: 1rem;
220+
}
221+
222+
.calendar-list .calendar:last-of-type {
223+
padding-bottom: 0rem;
224+
}
225+
226+
218227
.calendar-list .calendar-copy {
219228
height: 1rem;
220229
cursor: pointer;
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{{- if isset .Params "author" -}}
22
<div class="meta__item-author meta__item">
3-
{{ partial "svg/author.svg" (dict "class" "meta__icon") -}}
43
<span class="meta__text">{{ .Params.author }}</span>
54
</div>
65
{{- end -}}

0 commit comments

Comments
 (0)