aboutsummaryrefslogtreecommitdiff
path: root/src/html/index.html
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-02-08 22:09:35 -0600
committerMark Powers <markppowers0@gmail.com>2020-02-08 22:09:35 -0600
commitddddb356181baefbb03cbf710c9b6210b4d8de52 (patch)
treed2375dacf53e03370f3faa2fe714a4b4753a1354 /src/html/index.html
parent7c3bb05841202dfc017cbd8ad872009819ccc581 (diff)
Remove client side markdown, add single posts to all feeds
Diffstat (limited to 'src/html/index.html')
-rw-r--r--src/html/index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/html/index.html b/src/html/index.html
index ce67842..f51122b 100644
--- a/src/html/index.html
+++ b/src/html/index.html
@@ -36,11 +36,12 @@
<a href="misc" class="btn btn-primary">Misc</a>
</nav>
- <div id="feed"></div>
+ <div id="feed">
+ </div>
- <footer>
- <div>Mark Powers</div>
- </footer>
+ <!-- <footer>
+ <div>Mark Powers 2020</div>
+ </footer> -->
</body>
</html> \ No newline at end of file