Apply Zorn to layouts

This commit is contained in:
Korbs 2024-11-30 23:55:34 -05:00
parent 394d0e004b
commit a5a14d1226
2 changed files with 8 additions and 1 deletions

View file

@ -11,6 +11,7 @@ import Head from '@components/global/Head.astro'
import Header from '@components/global/Header.astro'
import Sidebar from '@components/Sidebar.astro'
import FeelbackYesNo from "astro-feelback/components/FeelbackYesNo.astro"
import {Zorn} from "@minpluto/zorn"
// Styles
import "@styles/index.scss"
@ -45,6 +46,8 @@ import "@styles/prism.css"
} -->
</div>
</article>
<Zorn is:raw PlayerName="zorn_null" Poster="#" Video="#"/>
<div class="footer">
<div class="footer-start">
<p>© {SiteSettings.OrgName}. All right reserved.</p>
@ -63,3 +66,6 @@ import "@styles/prism.css"
</div>
</div>
</div>
<!-- Zorn is broken if a player is not already set -->
<style is:global>#zorn-player-zorn_null {display: none}</style>

View file

@ -10,6 +10,7 @@ const { frontmatter } = Astro.props
import Head from '@components/global/Head.astro'
import Header from '@components/global/Header.astro'
import FeelbackYesNo from "astro-feelback/components/FeelbackYesNo.astro";
import {Zorn} from "@minpluto/zorn"
// Styles
import "@styles/index.scss";