We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2baf08e commit b73c30aCopy full SHA for b73c30a
themes/dlc/layouts/index.html
@@ -44,7 +44,7 @@ <h2 class="mt-0 font-normal"><a href="https://www.linode.com/community/" target=
44
<h2>Events</h2>
45
<div class="text-2xl my-3">Catch us on the road at conferences, meetups, and job fairs</div>
46
</div>
47
- <div class="flex flex-wrap my-8 -mx-4 pb-8">
+ <div class="flex flex-wrap my-8 -mx-4 pb-8 justify-center">
48
{{ range last 3 ((where .Pages "Section" "events").ByParam "start_date") }}
49
{{ $t := (time .Params.end_date) }}
50
{{ if ge ($t.Unix) (now.Unix) }}
0 commit comments