alexw.nyc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.alexwennerberg.com/alexw.nyc
Log | Files | Refs | README

commit 2bf8926cbebb1bd8cbcb4e0ea45f6e2c7009bb5c
parent d790e6b782295dd8e683a08982ba47283f749425
Author: alex wennerberg <alex@alexwennerberg.com>
Date:   Sat,  8 Apr 2023 13:50:25 -0400

remove comment

Diffstat:
Mbuild.sh | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/build.sh b/build.sh @@ -22,7 +22,6 @@ for i in ./src/*; do if [[ $i == *.html ]] then a=`basename ${i%.*}` - # sed title fn=$outdir/$a.html cat templates/header.html > $fn echo $navstr >> $fn