Resume/theme/template.pug

10 lines
207 B
Plaintext
Raw Normal View History

2023-03-27 14:58:00 -04:00
doctype html
html(lang="en")
head
meta(charset="utf-8")
style
include styles.css
2023-05-03 16:44:33 -04:00
title=`${resume.basics.name} - Resume`
2023-05-09 11:04:53 -04:00
body.container
include pug/info