forked from Fediversity/Fediversity
Valentin Gagarin
e41e0daa82
git-subtree-dir: website git-subtree-mainline:83b1c9ac3b
git-subtree-split:d208ee83f8
15 lines
320 B
HTML
15 lines
320 B
HTML
{{ define "main" }} {{ partial "page-header" . }}
|
|
|
|
<section class="section">
|
|
<div class="container">
|
|
<div class="row">
|
|
{{ range .RegularPages }}
|
|
<div class="md:col-6 lg:col-4 mb-14">
|
|
{{ partial "components/author-card" . }}
|
|
</div>
|
|
{{ end }}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{{ end }}
|