archetypes, list.html layouts, google analyticsafter </head>
This commit is contained in:
@@ -4,16 +4,11 @@
|
||||
<body>
|
||||
<div class="container-fluid p-5 bg-primary text-white text-center">
|
||||
{{- partial "header.html" . -}}
|
||||
</div>
|
||||
{{- partial "nav.html" . -}}
|
||||
<div class="container mt-5">
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
{{- block "main" . }}{{- end }}
|
||||
</div>
|
||||
</div>
|
||||
<main>
|
||||
{{- block "main" . }}{{- end }}
|
||||
</main>
|
||||
</div>
|
||||
{{- partial "footer.html" . -}}
|
||||
|
||||
{{- partial "footer.html" . -}}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user