mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Fix event spacing
This commit is contained in:
parent
be00235298
commit
9e5e9bda11
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Some of my recent (and more substantial) writing.
|
|||
|
||||
## Upcoming events
|
||||
|
||||
{{- $upcomingEvents := partial "upcoming-events.obj" }}
|
||||
{{ $upcomingEvents := partial "upcoming-events.obj" -}}
|
||||
{{- if ge (len $upcomingEvents) 2 -}}
|
||||
Maybe you'll see me at **{{ (index $upcomingEvents 0).Title }}** on {{ (partial "year-relative-date.html" (index $upcomingEvents 0).Date) | plainify }}, or **{{ (index $upcomingEvents 1).Title }}** on {{ (partial "year-relative-date.html" (index $upcomingEvents 1).Date) | plainify }}.
|
||||
Get in touch if you'd like to go to these, or any other events⁺, together!
|
||||
|
|
Loading…
Reference in a new issue