Updated
This commit is contained in:
parent
51161808ae
commit
ed7f12cac4
22 changed files with 162 additions and 113 deletions
|
|
@ -1,13 +1,9 @@
|
|||
---
|
||||
const { title } = Astro.props
|
||||
|
||||
const websiteName = 'Template'
|
||||
const websiteDescription = 'This is just a template.'
|
||||
|
||||
import { Background, HTML } from '../../@dasig'
|
||||
---
|
||||
|
||||
<HTML title={title} name={websiteName} description={websiteDescription} font="inter" author="Patrick Alvin Alcala">
|
||||
<Background color="#0c1b31" />
|
||||
<HTML title={title} font="inter">
|
||||
<Background />
|
||||
<slot />
|
||||
</HTML>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue