fix(theme): update exclude page to use Shian

This commit is contained in:
Damillora 2021-04-15 11:27:14 +07:00
parent fa3ce87d57
commit 6bd40414b0
1 changed files with 59 additions and 71 deletions

View File

@ -1,23 +1,18 @@
{{!< ../default}} {{!< ../default}} {{> header-background background=@site.cover_image}}
<div class="relative group index-header large"> <div class="page-header">
{{> header-background background=@site.cover_image}} {{!--Special header-image.hbs partial to generate the <div class="page-header__background responsive-header-img">
background image--}} <div class="page-header__overlay"></div>
<div class="w-full h-full opacity-50 bg-black">
</div> </div>
</div> <div class="page-header__contents">
<div class="absolute left-0 right-0 top-0 bottom-0 flex flex-row items-center justify-center"> <div class="post-header container mx-auto main">
<div class="container mx-auto content-full">
<div class="text-white">
<div id="subscribe-form">
<div> <div>
<h1 class="text-2xl md:text-4xl">Plausible Exclude</h1> <h1>Plausible Exclude</h1>
<p>Click the button below to toggle your exclusion in analytics for this <p>Click the button below to toggle your exclusion in analytics for this
site</p> site</p>
<p></p>You currently <span id="plausible_not">are not</span><span id="plausible_yes">are</span> <p>You currently <span id="plausible_not">are not</span><span id="plausible_yes">are</span>
excluding your visits.</p> excluding your visits.</p>
<div class="py-4"> <a class=""
<a class="px-4 py-2 appearance-none focus:outline-none bg-yuika-blue-700 rounded-none hover:bg-yuika-blue-500 transition duration-300 ease-in-out" href="javascript:toggleExclusion()">Exclude my visits</a> href="javascript:toggleExclusion()">Exclude my visits</a>
</div>
</div> </div>
<script> <script>
@ -54,17 +49,10 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</div>
<article class="post-article"> <main id="post" class="container mx-auto main">
<main class="content container" id="post">
<div class="content-full">
{{#post}}
{{content}}
{{/post}}
</div>
</main> </main>
{{#contentFor "scripts"}} {{#contentFor "scripts"}}
<script> <script>
$(document).ready(function () { $(document).ready(function () {