fixed taxonomy layout
This commit is contained in:
parent
28e16b3990
commit
a14b6f0a18
@ -1,7 +1,17 @@
|
||||
{{ partial "header.html" . }}
|
||||
{{ partial "hero.html" . }}
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ .Page.Language | default " en" }}">
|
||||
|
||||
<div class="container">
|
||||
<head>
|
||||
{{ partial "header.html"}}
|
||||
{{ partial "header.meta.html" .}}
|
||||
{{ partial "script.menu.html"}}
|
||||
<title>{{ .Title }}</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{ partial "navbar" . }}
|
||||
{{ partial "hero.html" . }}
|
||||
<div class="container">
|
||||
<br>
|
||||
|
||||
<div class="buttons">
|
||||
@ -11,6 +21,5 @@
|
||||
</button>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
</div>
|
||||
</body>
|
Loading…
Reference in New Issue
Block a user