diff --git a/templates/index.html b/templates/index.html
index 7e700df..6911ab2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -193,7 +193,11 @@
—
{{ launch.orbit.name }} ({{ launch.orbit.abbrev }})
- {{ launch.pad_name }}
+ {% if launch.pad_wikipedia_url %}
+ {{ launch.pad_name }}
+ {% else %}
+ {{ launch.pad_name }} {% if launch.pad_name != "Unknown Pad" %}(no Wikipedia article){% endif %}
+ {% endif %}
— {{ launch.location }}
{% for line in launch.mission.description.splitlines() %}