website/src/themes/vikunja-web/layouts/_default/single.html
kolaente c92f177645
All checks were successful
the build was successful
Added new basic hugo structure
2018-10-13 19:08:30 +02:00

13 lines
222 B
HTML

{{ partial "header.html" . }}
{{ partial "navbar.html" . }}
<div class="container is-centered page">
<div class=" content">
{{ .Content }}
{{ partial "disqus.html" . }}
</div>
</div>
{{ partial "footer.html" . }}