fix(/): don't include old blocks in DOM
This commit is contained in:
parent
c83929cbdd
commit
f530be0493
|
@ -113,7 +113,8 @@
|
|||
|
||||
<!-- https://pad.lix.systems/v0Bew569R_2IB0abRSy4kA?view=#Pretty-much-final-draft-About-us -->
|
||||
|
||||
<div class="grid lg:grid-cols-3 gap-6 justify-center my-8 w-full xl:w-[115%] xl:-ms-[7.5%] opacity-[0.4] hidden">
|
||||
{#if false}
|
||||
<div class="grid lg:grid-cols-3 gap-6 justify-center my-8 w-full xl:w-[115%] xl:-ms-[7.5%] opacity-[0.4]">
|
||||
<div class="bg-blue-50 p-4 rounded-lg drop-shadow-lg">
|
||||
<h3 class="text-2xl font-bold text-coral-600">Community Focused</h3>
|
||||
Floral is a non-profit organization ran by volunteer developers.<br>
|
||||
|
@ -132,5 +133,6 @@
|
|||
you should have an easy time compared to traditional *nix distributions.
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<!-- show nixos tests -->
|
||||
|
|
Loading…
Reference in a new issue