diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-07-02 14:54:11 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-07-02 14:54:11 -0400 |
| commit | b8e9e4184f6d8818558f5481fca962b7cf30d419 (patch) | |
| tree | e6fdab6431b8b2eb681f1d356f751a9a008dbe8c /barf | |
| parent | 62874c637e698af29be6206fb38dae46710b2e8c (diff) | |
Update posts homepage styling and include home link
Diffstat (limited to 'barf')
| -rwxr-xr-x | barf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
