From: Mike D. Lowis Date: Mon, 10 Aug 2015 18:24:57 +0000 (-0400) Subject: Fixed truncated subtitle/title X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=4330fb78d626e1bc694f7139965baeef43ef9713;p=projs%2Fmikedlowis.github.io Fixed truncated subtitle/title --- diff --git a/config.sh b/config.sh index 08a5f9d..a8afab6 100644 --- a/config.sh +++ b/config.sh @@ -1,7 +1,7 @@ #!/bin/sh export TITLE="Simplicity is the ultimate sophistication" -export SUBTITLE=$TITLE +export SUBTITLE="$TITLE" export COPYRIGHT="© 2015 Michael D. Lowis" export STYLE="/site/style.css" export LOGO="/site/logo.png" diff --git a/site/articles.html b/site/articles.html index d9c853d..6759480 100644 --- a/site/articles.html +++ b/site/articles.html @@ -10,7 +10,7 @@
mdlowis - Simplicity + Simplicity is the ultimate sophistication