about summary refs log tree commit diff stats
path: root/wikipages/template.wiki
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-01-03 00:27:06 +0000
committerahriman <ahriman@falte.red>2019-01-03 00:27:06 +0000
commitadb9cc5dac01a51e9f723948133c2b820e4a8a0a (patch)
tree74f57abb40751027bd9cd03849bdbfaaea84bcc1 /wikipages/template.wiki
parentfca5f601bf3c331873881f56a34ae38c65d325fe (diff)
downloadsite-adb9cc5dac01a51e9f723948133c2b820e4a8a0a.tar.gz
added template file for wiki, added code blockquote class in site css for wiki use
Diffstat (limited to 'wikipages/template.wiki')
-rw-r--r--wikipages/template.wiki15
1 files changed, 15 insertions, 0 deletions
diff --git a/wikipages/template.wiki b/wikipages/template.wiki
new file mode 100644
index 0000000..03c3cfb
--- /dev/null
+++ b/wikipages/template.wiki
@@ -0,0 +1,15 @@
+<!--
+    author:
+    title:
+    description:
+-->
+
+<h2>Page Title</h2>
+
+<p>paragraph content</p>
+
+<code>inline filesystem paths, commands, etc</code>
+
+<div class="code">code blockquote</div>
+
+<a href="/wiki">Back to Wiki</a>