diff --git a/generate.py b/generate.py
index 965d504..54f42b8 100644
--- a/generate.py
+++ b/generate.py
@@ -110,7 +110,7 @@ def render_places():
with open("md/" + placename + ".md", "r") as f:
md = markdown(f.read())
except FileNotFoundError:
- md = ""
+ md = "
diff --git a/templates/place b/templates/place
index f13200e..262eda2 100644
--- a/templates/place
+++ b/templates/place
@@ -8,7 +8,7 @@
-
+
@@ -35,6 +35,7 @@
{{ markdown }}
{{ count }} photos
+
Click or tap on images to enlarge them. Arrow keys or swiping with a touch screen scrolls through photos.
{% for width, height, photo in photos %}