From 23c034f3ba2d28486b23e8abfd3fa795faeab4e6 Mon Sep 17 00:00:00 2001 From: jlord Date: Thu, 31 Oct 2013 11:27:29 +0000 Subject: [PATCH] add postcode option fixes #14 postcodes are commonly used in certain cities for giving people a better idea where a place is --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index db94783..4b819af 100644 --- a/index.html +++ b/index.html @@ -73,7 +73,7 @@

MOST RECENT SPOT

{{name}}

{{address}}

-

{{city}}, {{state}}

+

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