From 4330fb78d626e1bc694f7139965baeef43ef9713 Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Mon, 10 Aug 2015 14:24:57 -0400 Subject: [PATCH] Fixed truncated subtitle/title --- config.sh | 2 +- site/articles.html | 2 +- site/home.html | 2 +- site/projects.html | 2 +- site/prototypes.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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