diff --git a/_includes/footer.html b/_includes/footer.html index 7c3bb5639..065308c8c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -9,18 +9,20 @@ - - +{% unless site.port != "9001" %} + + +{% endunless %} diff --git a/_includes/header.html b/_includes/header.html index 35c2df084..cd59fcd54 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -33,13 +33,15 @@ - +{% unless site.port != "9001" %} + +{% endunless %} 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 @@
{{ page.lead }}
- {% include ads.html %} + {% unless site.port != "9001" %} + {% include ads.html %} + {% endunless %}