Skip to content

Commit efa00fe

Browse files
richardvonmoosPseudomanifold
authored andcommitted
Created Wiki page with previous Github wiki pages and links. Added wiki entry on how to create new entries.
1 parent be2ecd2 commit efa00fe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

layouts/wiki/single.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{{ define "main" }}
2+
<main>
3+
<h1><strong>{{ .Title }}</strong></h1>
4+
<div>
5+
{{ .Content }}
6+
</div>
7+
<p><a href="/wiki/">← Back to Wiki</a></p>
8+
</main>
9+
{{ end }}

0 commit comments

Comments
 (0)