surwiki/templates/about.html
2017-11-02 14:48:22 +01:00

25 lines
700 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 &copy; 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>See also <a href="_about/gpl3">the full license text</a>.</p>
<p>
<a href="https://github.com/maghoff/sausagewiki">Project home page</a>
</p>
</article>
</div>
{{>footer/default.html}}