implement pug
This commit is contained in:
12
index.pug
Normal file
12
index.pug
Normal file
@@ -0,0 +1,12 @@
|
||||
doctype html
|
||||
html.scroll-smooth(lang=lang)
|
||||
include src/components/Head
|
||||
|
||||
body.font-mono.m-0.p-0
|
||||
main.flex.flex-col
|
||||
article(itemscope, itemtype="http://schema.org/Person")
|
||||
include src/components/Title
|
||||
include src/components/Professional
|
||||
include src/components/Academia
|
||||
|
||||
include src/components/Footer
|
||||
Reference in New Issue
Block a user