2 changed files with 16 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||
|
{{ define "main" }} |
||||
|
{{ .Content }} |
||||
|
<section class="author-articles"> |
||||
|
{{- range .Data.Pages }} |
||||
|
{{ partial "article.html" . }} |
||||
|
{{- end }} |
||||
|
</section> |
||||
|
{{ end }} |
@ -0,0 +1,8 @@ |
|||||
|
{{ define "main" }} |
||||
|
<section> |
||||
|
<h1 class="center-text">Authors</h1> |
||||
|
{{ range .Data.Pages }} |
||||
|
<p>Hi</p> |
||||
|
{{ end }} |
||||
|
</section> |
||||
|
{{ end }} |
Loading…
Reference in new issue