2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

hacky way of not showing ads or analytics in local dev

This commit is contained in:
Mark Otto
2013-07-19 14:08:16 -07:00
parent 4b0fa356f3
commit f25d8c0080
3 changed files with 32 additions and 26 deletions
+3 -1
View File
@@ -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>