aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/journal/templates/journal/artifacts.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/journal/templates/journal/artifacts.html')
-rw-r--r--bn_django/journal/templates/journal/artifacts.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/bn_django/journal/templates/journal/artifacts.html b/bn_django/journal/templates/journal/artifacts.html
deleted file mode 100644
index 4b82573..0000000
--- a/bn_django/journal/templates/journal/artifacts.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Artifacts!{% endblock %}
-
-{% block content %}<br />
-Oh golly oh golly! We've got
-<b>
-<ul>
- <li /><a href="links/">links</a>
- <li /><a href="images/">images</a>
- <li /><a href="code/">code snippets</a>
- <li /><a href="videos/">videos</a>
-</ul>
-</b>
-Also check out journal <a href="/journal/entries/">entries</a> and <a href="/journal/microentries/">microentries</a>.
-{% endblock %}