aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 30a261ce8..ede47203a 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -15,7 +15,9 @@
<div class="container">
<h1>{{ page.title }}</h1>
<p>{{ page.lead }}</p>
- {% include ads.html %}
+ {% unless site.port != "9001" %}
+ {% include ads.html %}
+ {% endunless %}
</div>
</div>