diff options
-rw-r--r-- | _layouts/postlist.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_layouts/postlist.html b/_layouts/postlist.html index dd4796e..e18a730 100644 --- a/_layouts/postlist.html +++ b/_layouts/postlist.html @@ -3,6 +3,13 @@ layout: default --- <div class="home"> + <div id="AdBlock" style="border-radius: 10px; padding: 5px; background: #eeeeee; margin-bottom: 1em;"> + <p> + <div style="font-weight: bold">You don't seem to be using an ad blocker.</div> + <div>Please consider installing one.</div> + </p> + </div> + {%- if page.title -%} <h1 class="page-heading">{{ page.title }}</h1> {%- endif -%} |