Added usage of author tag
This commit is contained in:
parent
17d1936e5c
commit
a03abd3387
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const websiteDescription = 'This is just a template.'
|
|||
import { Background, HTML } from '../../fwt'
|
||||
---
|
||||
|
||||
<HTML title={title} name={websiteName} description={websiteDescription} font="inter">
|
||||
<HTML title={title} name={websiteName} description={websiteDescription} font="inter" author="Patrick Alvin Alcala">
|
||||
<Background color="#0c1b31" />
|
||||
<slot />
|
||||
</HTML>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue