reindent lines

This commit is contained in:
Aadil Ayub 2022-02-02 16:46:09 +05:00
parent b293af9cbe
commit bdc0200d4d

View File

@ -1,5 +1,5 @@
{{ $t := (time .Params.event_end) }} {{ $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 "> <article class="h-event calendar ">
<header> <header>
<h2 class="p-name"><a href="{{ .Permalink }}" class="u-url">{{ .Title }}</a></h2> <h2 class="p-name"><a href="{{ .Permalink }}" class="u-url">{{ .Title }}</a></h2>
@ -22,9 +22,5 @@
{{.Content}} {{.Content}}
</div> </div>
</div> </div>
</article> </article>
</div> </div>