forgot add the navbar to index builder

This commit is contained in:
shockrahwow 2019-01-24 17:25:55 -08:00
parent 64585a77f8
commit 16ac81c3b7

View File

@ -3,6 +3,7 @@ rootDir='./_site/'
index() { index() {
pandoc ./markdown/index.md --css style.css -s -o $rootDir/index.html pandoc ./markdown/index.md --css style.css -s -o $rootDir/index.html
sed -i '7r ./templates/navbar.html' $rootDir/index.html
} }
post() { post() {