summaryrefslogtreecommitdiff
path: root/_layouts/project.html
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-02-05 09:55:25 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-04-01 07:26:50 +0200
commitc455896ae9e69e2498742ff795e7886dee1ffa23 (patch)
tree62a7353cbd1b14b4dd93b453f1f38cfe533c66ec /_layouts/project.html
parent32acfbf6bf21d52e987d1b7599128f75b759ab28 (diff)
Move source files into src
Diffstat (limited to '_layouts/project.html')
-rw-r--r--_layouts/project.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/_layouts/project.html b/_layouts/project.html
deleted file mode 100644
index e85b209..0000000
--- a/_layouts/project.html
+++ /dev/null
@@ -1,22 +0,0 @@
----
-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>