reindent lines

This commit is contained in:
Aadil Ayub 2022-02-02 16:46:09 +05:00
parent b293af9cbe
commit bdc0200d4d
1 changed files with 24 additions and 28 deletions

View File

@ -1,5 +1,5 @@
{{ $t := (time .Params.event_end) }}
<div class='card calendar {{ if $t.Before now }}past{{end}}'>
<div class='card calendar {{ if $t.Before now }}past{{end}}'>
<article class="h-event calendar ">
<header>
<h2 class="p-name"><a href="{{ .Permalink }}" class="u-url">{{ .Title }}</a></h2>
@ -22,9 +22,5 @@
{{.Content}}
</div>
</div>
</article>
</div>
</div>