summaryrefslogtreecommitdiff
path: root/public/articles
diff options
context:
space:
mode:
authorPrefetch2019-06-09 22:15:02 +0200
committerPrefetch2019-06-09 22:15:02 +0200
commitda0b1ae00b2dc52e6baa2e7a3f96b622fc1f2315 (patch)
treef5ef16a155be448b2f54dd89ff0aa3324d5cbb04 /public/articles
parentfe4bd53f01c469ad62848fbc85b06185b9f1e653 (diff)
Don't track files generated by Zola
Diffstat (limited to 'public/articles')
-rw-r--r--public/articles/index.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/public/articles/index.html b/public/articles/index.html
deleted file mode 100644
index 14a9679..0000000
--- a/public/articles/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<title>
- Prefetch | Articles
-</title>
-<link rel="stylesheet" href="/main.css">
-</head>
-<body>
-<div class="navbar">
-<div class="navitem navhome"><b><a href="/">PREFETCH</a></b></div>
-
-<div class="navitem"><a href="/articles/">Articles&nbsp;&nbsp;</a></div>
-
-<div class="navitem"><a href="/software/">Software</a></div>
-
-<div class="navitem"><a href="/sheats/">Sheats</a></div>
-
-</div>
-<hr>
-<div class="content">
-
- <p>Coming soon-ish!</p>
-
-
-</div>
-<hr>
-&copy; &quot;Prefetch&quot;. &nbsp; Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
-</body>
-</html>