24 lines
634 B
HTML
24 lines
634 B
HTML
|
<div class="container">
|
||
|
<header>
|
||
|
<h1>About Sausagewiki</h1>
|
||
|
</header>
|
||
|
|
||
|
<article>
|
||
|
<p>This site is running version {{pkg_version()}} of Sausagewiki.</p>
|
||
|
<p>Sausagewiki is a simple, self-contained wiki engine.</p>
|
||
|
<p>Copyright © 2017 Magnus Hovland Hoff</p>
|
||
|
<p>
|
||
|
This program is free software: you can redistribute it and/or modify it under
|
||
|
the terms of the GNU General Public License as published by the Free Software
|
||
|
Foundation, either version 3 of the License, or (at your option) any later
|
||
|
version.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<a href="https://github.com/maghoff/sausagewiki">Project home page</a>
|
||
|
</p>
|
||
|
</article>
|
||
|
</div>
|
||
|
|
||
|
{{>footer/default.html}}
|