Added wiki single page template for editing wiki articles.

This commit is contained in:
Chris 2018-01-13 00:48:32 -05:00
parent ee041a92db
commit bbfb0074a6

11
layouts/wiki/single.html Normal file
View File

@ -0,0 +1,11 @@
{{ define "main" }}
<article class="message is-primary">
<div class="message-body">
<p>The below wiki article is based on user submitted content.</p>
<p>Please verify <strong>all</strong> hyperlinks and terminal commands below!</p>
See a mistake? Want to contribute? <a href="{{ .Site.Params.GithubURL }}/wiki/{{ .File.BaseFileName }}/_edit/">Edit this article on Github</a>
</div>
</article>
{{ .Content }}
{{ end }}