Better definition layout, page_status labels, content changes
This commit is contained in:
parent
e46e36412d
commit
4d4ee393af
19 changed files with 367 additions and 14 deletions
17
layouts/_default/definition.html
Normal file
17
layouts/_default/definition.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
{{ define "head" }}
|
||||
<link rel="stylesheet" href="/syntax_highlighting.css">
|
||||
{{ end }}
|
||||
{{ define "main" }}
|
||||
{{ partial "header.html" }}
|
||||
<article>
|
||||
<header>
|
||||
<h1><code>{{ .Title }}</code> – {{ .Description }}</h1>
|
||||
</header>
|
||||
{{ .Content }}
|
||||
<footer>
|
||||
{{ partial "see_also" . }}
|
||||
{{ partial "categories.html" }}
|
||||
{{ partial "content_notices.html" . }}
|
||||
</footer>
|
||||
</article>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue