Changes to the layout to display about page correctly
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{{ define "main" }}
|
||||
{{ if eq .Section "about" }}
|
||||
<div class="index-content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="posts">
|
||||
{{ range .Paginator.Pages }}
|
||||
<article class="post on-list">
|
||||
|
||||
Reference in New Issue
Block a user