initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
<article class="default">
|
||||
<header class="headline">
|
||||
{{- partial "content-header.html" . }}
|
||||
</header>
|
||||
{{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
|
||||
|
||||
{{ partial "article-content.html" . }}
|
||||
<footer class="footline">
|
||||
{{- partial "content-footer.html" . }}
|
||||
</footer>
|
||||
</article>
|
||||
@@ -0,0 +1 @@
|
||||
{{- partial "bodys/single.html" . }}
|
||||
@@ -0,0 +1 @@
|
||||
{{- partial "bodys/tree.html" . }}
|
||||
@@ -0,0 +1 @@
|
||||
{{- partial "menu.html" . }}
|
||||
@@ -0,0 +1 @@
|
||||
{{- .Store.Set "relearnOutputFormat" "html" }}
|
||||
@@ -0,0 +1 @@
|
||||
{{- .Store.Set "relearnOutputFormat" "print" }}
|
||||
Reference in New Issue
Block a user