summaryrefslogtreecommitdiff
path: root/_includes/footer.html
blob: a050abe9b48bafe69380dc6d45a00c9e3a689551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<footer class="site-footer">
	<div class="container">
		<hr>
		<p>
			&copy; 2016 - {{ 'now' | date: "%Y" }} &ndash; Patrick "tyil" Spek
		</p>
		<p>
			All content is licensed as per the license shown below that content.
			All other sources (html, css, ...) are released under the terms of the
			<a href="https://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL, version
			3</a> or later.
		</p>
		<p>
			Site generated using Jekyll from <a
			href="https://c.darenet.org/tyil/website">this git repository</a>. The
			link to the Jekyll site is intentionally omitted as they make use of
			Cloudflare. Untill this issue is resolved, I will not link to them.
		</p>
	</div>
</footer>