page_status, minor style change
This commit is contained in:
parent
f485daaed5
commit
90a58c28c6
7 changed files with 30 additions and 3 deletions
9
layouts/_default/LuaFunctions.html
Normal file
9
layouts/_default/LuaFunctions.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ define "main" }}
|
||||
<article>
|
||||
<a href="..">go up</a>
|
||||
<header>
|
||||
<h1><code>{{ .Title }}</code> – {{ .Description }}</h1>
|
||||
</header>
|
||||
{{ .Content }}
|
||||
</article>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue