Apply Zorn to layouts
This commit is contained in:
parent
394d0e004b
commit
a5a14d1226
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue