mirror of
https://gitea.com/gitea/theme.git
synced 2026-05-04 17:24:11 +08:00
fix padding in blog posts; change div sections to actual section tags (#60)
This commit is contained in:
committed by
Lauris BH
parent
c95f77d545
commit
ac242874e5
@@ -1,7 +1,7 @@
|
||||
{{ partial "header.html" . }}
|
||||
{{ partial "navbar.html" . }}
|
||||
|
||||
<div class="section">
|
||||
<section class="section">
|
||||
<div class="container is-centered page">
|
||||
<div class=" content">
|
||||
{{ .Content }}
|
||||
@@ -9,6 +9,6 @@
|
||||
{{ partial "disqus.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
||||
Reference in New Issue
Block a user