diff options
| author | Mark Otto <[email protected]> | 2013-07-27 00:35:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-27 00:35:26 -0700 |
| commit | 80123fc0398b2354ff85ff45e065117a0ad56149 (patch) | |
| tree | 73a37522f3431853de5fbc159a322c9d012eafb4 /_layouts/default.html | |
| parent | 94df8090a7771b463c7661b7b0aeecac328b00f4 (diff) | |
| download | bootstrap-80123fc0398b2354ff85ff45e065117a0ad56149.tar.xz bootstrap-80123fc0398b2354ff85ff45e065117a0ad56149.zip | |
mo links, fix ads and analytics in gh pages
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 24cb30a00..556c0fe1d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,9 +15,7 @@ <div class="container"> <h1>{{ page.title }}</h1> <p>{{ page.lead }}</p> - {% unless site.port != "9001" %} - {% include ads.html %} - {% endunless %} + {% include ads.html %} </div> </div> |
