Convert every page to new layout
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="body" class="body">
|
||||
{{template "menu" .}}
|
||||
|
||||
<h1>This page does not exist!</h1>
|
||||
{{template "page_top" .}}
|
||||
<h1>This page does not exist!</h1>
|
||||
<div class="page_content"><div class="limit_width">
|
||||
<p>
|
||||
If you came here by a link from this very same website you can
|
||||
tell me about it on
|
||||
@@ -22,8 +21,8 @@
|
||||
<p>
|
||||
Bye!
|
||||
</p>
|
||||
{{template "footer"}}
|
||||
</div>
|
||||
</div></div>
|
||||
{{template "page_bottom"}}
|
||||
{{template "analytics"}}
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user