Small semantic HTML tweaks

This commit is contained in:
BBaoVanC 2022-05-23 01:33:24 -05:00
parent 54f89dad51
commit e34d2109ec
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{{ define "main" }}
{{ with .Content }}
<div class="homepage-content">
<article class="homepage-content">
{{ . }}
</div>
</article>
<hr>
{{ end }}

View File

@ -1,5 +1,5 @@
{{ if gt .Paginator.TotalPages 1 }}
<div class="pagination">
<nav class="pagination">
{{ template "_internal/pagination.html" . }}
</div>
</nav>
{{ end }}