This commit is contained in:
Sam Wing 2019-11-17 15:46:08 -05:00
parent 18401ff0f0
commit deed72709d
5 changed files with 34 additions and 2 deletions

View file

@ -2,6 +2,10 @@ doctype html
html(lang='en')
head
meta(name='viewport', content='width=device-width, initial-scale=1')
link(rel='manifest', href='/manifest.json')
link(rel='apple-touch-icon', href='/img/logo.png', sizes='1280x1280')
if title
title #{config.siteTitle} - #{title}
else