From a0a41e01aa8a83938324690ad8d2d89d6caa8a46 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Fri, 3 Apr 2015 12:42:20 +0800 Subject: [PATCH] Hide state if no state, fixes #25 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index def31d3..a55d75c 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@

MOST RECENT SPOT

{{name}}

{{address}}

-

{{city}}, {{state}} {{#postcode}}, {{postcode}} {{/postcode}}

+

{{city}}{{#state}}, {{state}}{{/state}}{{#postcode}}, {{postcode}}{{/postcode}}