Files
Custom-Static-Website-Gener…/sample-hugo-template/Tech-Club-Blog/layouts/authors/list.html
2020-05-10 20:47:17 +04:00

10 lines
239 B
HTML

{{ define "main" }}
<section class="section narrow">
<section>
{{ partial "author/hero.html" . }}
{{ partial "author/articles_list.html" . }}
</section>
<div class="authors-gradient"></div>
</section>
{{ end }}