diff --git a/barf b/barf index d4b00cd..25168aa 100755 --- a/barf +++ b/barf @@ -26,7 +26,7 @@ index_html() { created=$(echo $(head -3 "$f" | tail -1)) echo \ "" \ - "  $title" \ + " $title" \ "$created" \ "" done < "$1" | sort -r @@ -49,7 +49,7 @@ til_index_html() { created=$(echo $(head -3 "$f" | tail -1)) echo \ "" \ - "  $title" \ + " $title" \ "$created" \ "" done < "$1" | sort -r diff --git a/barf_macos b/barf_macos index 920d940..f619f2e 100755 --- a/barf_macos +++ b/barf_macos @@ -26,7 +26,7 @@ index_html() { created=$(echo $(head -3 "$f" | tail -1)) echo \ "" \ - "  $title" \ + " $title" \ "$created" \ "" # echo "
  • $created $title
  • " @@ -49,7 +49,7 @@ til_index_html() { created=$(echo $(head -3 "$f" | tail -1)) echo \ "" \ - "  $title" \ + " $title" \ "$created" \ "" done < "$1" | sort -r diff --git a/posts/plan-2023.md b/posts/archive/plan-2023.md similarity index 100% rename from posts/plan-2023.md rename to posts/archive/plan-2023.md