Added usage of author tag

This commit is contained in:
Patrick Alvin Alcala 2025-09-18 08:33:56 +08:00
parent 17d1936e5c
commit a03abd3387

View file

@ -7,7 +7,7 @@ const websiteDescription = 'This is just a template.'
import { Background, HTML } from '../../fwt' 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" /> <Background color="#0c1b31" />
<slot /> <slot />
</HTML> </HTML>