diff --git a/source/pos.md b/source/pos.md new file mode 100644 index 0000000..0c3760c --- /dev/null +++ b/source/pos.md @@ -0,0 +1,24 @@ +--- +permalink: pos/ +layout: false +web-app: true +--- + + +
+ + +
+ + diff --git a/themes/landscape/layout/layout.pug b/themes/landscape/layout/layout.pug index 90afa4b..6e95177 100644 --- a/themes/landscape/layout/layout.pug +++ b/themes/landscape/layout/layout.pug @@ -13,6 +13,9 @@ head if page.description || config.description meta(name='description' content=page.description || config.description) + + if page.web_app + meta(name="mobile-web-app-capable", content="yes") meta(property='og:site_name', content=config.title)