@@ -1,5 +1,5 @@
-{{ partial "header.html" . }}
-{{ partial "navbar.html" . }}
+{{- define "main" -}}
+
<div class="universal-wrapper pt-3">
<h1>{{ i18n "page_not_found" }}</h1>
@@ -27,5 +27,5 @@
{{ end }}
</div>
-{{ partial "footer_container.html" . }}
-{{ partial "footer.html" . }}
+{{- end -}}
@@ -1,5 +1,4 @@
{{ partial "page_header.html" . }}
@@ -26,5 +25,5 @@
{{ partial "pagination" . }}
<article class="article" itemscope itemtype="http://schema.org/Article">
@@ -40,5 +39,4 @@
</article>
@@ -1,7 +1,6 @@
{{/* Author profile page. */}}
{{/* If an account has not been created for this user, just display their name as the title. */}}
{{ if not .File }}
@@ -38,5 +37,4 @@
</section>
{{/* List of all authors. */}}
@@ -20,5 +19,5 @@
{{ $current_page := . }}
<div class="container-fluid docs">
@@ -46,10 +46,10 @@
- {{ partial "footer_section.html" . }}
+ {{ partial "site_footer.html" . }}
</main>
{{/* Notify JS that this is a widget page */}}
<span class="js-widget-page d-none"></span>
@@ -76,5 +75,4 @@
<article class="article article-project" itemscope itemtype="http://schema.org/Article">
@@ -73,5 +72,4 @@
<div class="pub" itemscope itemtype="http://schema.org/CreativeWork">
@@ -62,5 +62,4 @@
@@ -16,5 +15,4 @@
</ul>
@@ -23,5 +22,5 @@
@@ -75,5 +74,5 @@
@@ -36,5 +35,5 @@
<div class="pub" itemscope itemtype="http://schema.org/Event">
@@ -84,5 +84,4 @@