Added a link to about.css in a header for an about page.
This commit is contained in:
parent
62c01314e7
commit
be64f5624a
@ -1,5 +1,8 @@
|
||||
extends base.pug
|
||||
|
||||
block append head
|
||||
link(href='/assets/css/about.css' rel='stylesheet')
|
||||
|
||||
block nav
|
||||
nav
|
||||
a(href='/') Home
|
||||
|
Loading…
Reference in New Issue
Block a user