aboutsummaryrefslogtreecommitdiff
path: root/templates/about.tmpl
blob: b3c9a494134924ca467e9263f002c41dd8a4f884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{{with .Data}}
{{template "header.tmpl" (WithContext .HeaderData $.Ctx)}}
{{template "navigation.tmpl" (WithContext .NavbarData $.Ctx)}}
<div class="page-title"> About </div>

<div>
	<p>
		A web client for <a href="https://pleroma.social" target="_blank">Mastodon Network</a>.
	</p>
	<p>
		The source code is released under 
		<a href="https://creativecommons.org/share-your-work/public-domain/cc0" target="_blank">CC0</a> 
		and is available on 
		<a href="https://git.freesoftwareextremist.com/bloat" target="_blank">git.freesoftwareextremist.com/bloat</a>.
	</P>
</div>

{{template "footer.tmpl"}}
{{end}}