Refactor templates and partials
This commit is contained in:
+4
-2
@@ -2,7 +2,9 @@
|
||||
{{ define "main"}}
|
||||
<main id="main">
|
||||
<div>
|
||||
<h1 id="title"><a href="{{ "/docs" }}">Go Home</a></h1>
|
||||
<h1 id="title"><a href="{{ "/" }}">Go Home</a></h1>
|
||||
</div>
|
||||
</main>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ define "toc" }} {{ end }}
|
||||
Reference in New Issue
Block a user