summaryrefslogtreecommitdiff
path: root/_layouts/project.html
blob: e85b209b23dd921ce460b6592f9b1cfb9432fbbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
---

<article>
	<header>
		<h1>{{ page.title }}</h1>
	</header>
	<main>
		{{ content }}
	</main>
	<footer>
		<hr>
		<ul>
			<li><strong>Language(s)</strong>: {{ page.langs }}</li>
			<li><strong>License</strong>: {{ page.license }}</li>
			<li>
				<strong>Source repository</strong>: <a href="{{ page.repo}}">{{ page.repo }}</a>
			</li>
		</ul>
	</footer>
</article>