1
0
Fork 0

Ignoring empty bodies in weblog

website
Mike Gerwitz 2012-05-03 22:10:58 -04:00
parent a65d5ba237
commit eedee421af
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ blog:
git log --log-size --format="%H%n%B" master \
| grep -A1 '^log size \([5-9][0-9]\{2,\}\|[0-9]\{4,\}\)$$' \
| grep -o '^[a-z0-9]\+$$' \
| xargs git weblog -D $$( git tag -l ) \
| xargs git weblog -Dn $$( git tag -l ) \
| cat $(header) - $(footer) \
| sed 's/\(<body\)/\1 class="blog"/' \
> "$(outdir)/blog.html"