From d249498fd2051c2cf380cd91970f8acc4b4d18bc Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 2 May 2022 23:31:16 -0400 Subject: [PATCH] style: Remove grey box around ascii art logo This is done by special casing the build of the homepage! --- bin/buildpage | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bin/buildpage b/bin/buildpage index 6bd1e47..a870f9a 100755 --- a/bin/buildpage +++ b/bin/buildpage @@ -6,7 +6,7 @@ die() { exit 1 } -[ -z "$1" ] && die "usage: downtown FILE" +[ -z "$1" ] && die "usage: buildpage FILE" # Print the header cat < EOM +fi + +echo "" # Print the title, if we find it in the frontmatter if [ "$(head -n1 "$1")" = "---" ]; then -- libgit2 1.1.1