The New Beginnings

This commit is contained in:
2020-08-28 16:17:27 +03:00
parent e253970e14
commit 3714f85d86
81 changed files with 5643 additions and 9112 deletions

10
_includes/head.pug Normal file
View File

@@ -0,0 +1,10 @@
//- Meta
meta(charset='UTF-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
title= title ? title : "Vlad Faust"
//- Icons
link(rel='icon', href='/public/icon/cap.svg', sizes='any', type='image/svg+xml')
//- Fonts
link(href="https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;700&display=swap", rel="stylesheet")