mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-22 09:25:42 +01:00
Added wiki single page template for editing wiki articles.
This commit is contained in:
parent
ee041a92db
commit
bbfb0074a6
11
layouts/wiki/single.html
Normal file
11
layouts/wiki/single.html
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user