From 4cf8e4db4ec889c36aa627be5042d97edd25573d Mon Sep 17 00:00:00 2001 From: khuxkm Date: Tue, 26 Jun 2018 22:43:57 -0400 Subject: [PATCH] Add bump list --- arc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arc.php b/arc.php index f1da765..882fc75 100644 --- a/arc.php +++ b/arc.php @@ -7,4 +7,10 @@ include "parsedown/Parsedown.php"; $p = new Parsedown(); echo $p->text(file_get_contents("arc{$arc_san}.md")); + echo "\n\t

Bumps

\n\t\n"; ?>