summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b272302..9813128 100644
--- a/index.php
+++ b/index.php
@@ -21,7 +21,7 @@ include('./includes/head.php');
$post_name = explode('/', $post)[2];
$date = implode('-', array_slice(explode('-', $post_name), 0, 3));
include($post);
- printf('<li><a href="/%s">%s</a> <code>%s</code></li>', $post, $title, $date);
+ printf('<li> <code>%s</code> <a href="/%s">%s</a> </li>', $date, $post, $title);
}
}
}