Skip to content

Commit 82caa65

Browse files
committed
Banner: Fix spacing
1 parent 5af4541 commit 82caa65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{{- if isset . "md" -}}
1111
<!-- Show markdown if "md" is provided -->
1212
{{- $bannerPage := readFile .md -}}
13-
<div class="banner {{ if .type }}banner-{{ .type }}{{ end }}">
13+
<div class="banner{{ if .type }} banner-{{ .type }}{{ end }}">
1414
{{ $bannerPage | markdownify }}
1515
</div>
1616
{{- else -}}

0 commit comments

Comments
 (0)