diff options
author | uvok cheetah | 2023-06-03 13:48:38 +0200 |
---|---|---|
committer | uvok cheetah | 2023-06-03 13:48:38 +0200 |
commit | c1aa87e399d2634926e959ce8765df11ec6ca027 (patch) | |
tree | 7eebb675a56ef9ed259889f16d1cbdb4fe323dc5 | |
parent | 8d2e9043f3a60f1d41d62ece96a38910b409b8be (diff) |
Add missing adblocker warning
-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 -%} |