feat: add basic blog features
This commit is contained in:
16
views/layout.pug
Normal file
16
views/layout.pug
Normal file
@@ -0,0 +1,16 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title= title
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
block head
|
||||
body
|
||||
header
|
||||
h1
|
||||
a(href="/") Pathtoglory.quest
|
||||
p I'm on a quest to learn and understand things.
|
||||
|
||||
block content
|
||||
|
||||
footer
|
||||
p Pathtoglory.quest No copyright. Copy and paste me.
|
||||
Reference in New Issue
Block a user