mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 05:15:58 -06:00
Small semantic HTML tweaks
This commit is contained in:
parent
54f89dad51
commit
e34d2109ec
@ -1,8 +1,8 @@
|
||||
{{ define "main" }}
|
||||
{{ with .Content }}
|
||||
<div class="homepage-content">
|
||||
<article class="homepage-content">
|
||||
{{ . }}
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
{{ end }}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{{ if gt .Paginator.TotalPages 1 }}
|
||||
<div class="pagination">
|
||||
<nav class="pagination">
|
||||
{{ template "_internal/pagination.html" . }}
|
||||
</div>
|
||||
</nav>
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue
Block a user