PWA
This commit is contained in:
parent
18401ff0f0
commit
deed72709d
5 changed files with 34 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue