Fixes missing title tag from layout

This commit is contained in:
Samuel Ryan 2015-11-06 23:29:42 +00:00
parent 46b8760f61
commit 615cb0ef43

View File

@ -2,7 +2,7 @@ doctype html
html(lang="en")
head
block title
#{title} — httpstatus.es
title #{title} — httpstatus.es
link(rel='shortcut icon', href='/' + fingerprint['favicon.ico'], type='image/x-icon')
link(rel='stylesheet', href='/' + fingerprint['style.css'])
link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Source+Code+Pro:700', type='text/css')