$[include html/header.html]

My subunit of the blogosphere

I don't know if I will use this, but I am bored and thus making a blog system.

Posts

$[for file in $(ls html/blog/posts); do echo ""; done | sed 's/\/\//\//g']

Title

Editted

Posted

Size


$file$(stat -c %y "html/blog/posts/$file" | head -c 16)

$(stat -c %y html/blog/posts/$file | head -c 10)

$(numfmt --to=iec --suffix=B $(stat -c %s "html/blog/posts/$file"))

$[include html/footer.html]