aboutsummaryrefslogtreecommitdiffhomepage
path: root/barf
diff options
context:
space:
mode:
Diffstat (limited to 'barf')
-rwxr-xr-xbarf2
1 files changed, 1 insertions, 1 deletions
diff --git a/barf b/barf
index bef6641..53750ca 100755
--- a/barf
+++ b/barf
@@ -35,7 +35,7 @@ index_html() {
# Intro text
$MARKDOWN index.md
- echo "<ul>"
+ echo "<ul class='posts'>"
# Posts
while read -r f title created; do