Skip to content

Commit

Permalink
remove duplicate div
Browse files Browse the repository at this point in the history
Signed-off-by: Reshma Abdul Rahim <reshmarahim.abdul@microsoft.com>
  • Loading branch information
Reshrahim committed May 13, 2024
1 parent c4c15b4 commit df9c888
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions themes/bigspring-light/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,9 @@ <h2 class="section-title">{{ .title | markdownify }}</h2>
{{ if .enable }}
<div class="banner text-center">
<h2 class="section-title">{{ .title | markdownify }}</h2>
{{with .image}}<img src="{{ . | relURL }}" alt="" class="img-fluid mt-5" width="500px">{{end}}
{{with .image}}<img src="{{ . | relURL }}" alt="" class="img-fluid" width="500px">{{end}}
{{ end }}
{{ end }}
</div>
</div>
<!-- /CNCF -->

Expand Down

0 comments on commit df9c888

Please sign in to comment.