Skip to content

Commit

Permalink
extra commit from precomit
Browse files Browse the repository at this point in the history
  • Loading branch information
qcoral committed Jan 15, 2024
1 parent 9ad078f commit 405c143
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions layouts/about/list.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ define "main" }}
{{/* about */}}
{{/* about */}}
<section class="section-sm">
<div class="container">
<div class="row justify-center">
Expand All @@ -14,9 +14,9 @@ <h2 class="h3 mb-6">{{ .Title }}</h2>
</div>
<h2 class="h3 mb-6">Meet the Team</h2>
{{ range .RegularPages }}
<div class="md:col-6 lg:col-4 mb-14">
{{ partial "components/author-card" . }}
</div>
<div class="md:col-6 lg:col-4 mb-14">
{{ partial "components/author-card" . }}
</div>
{{ end }}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/components/author-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ <h4 class="mb-3">
</li>
{{ end }}
</ul>
</div>
</div>

0 comments on commit 405c143

Please sign in to comment.