From 296031cc15232368ae508c97903d1be65f5c7672 Mon Sep 17 00:00:00 2001 From: sha-265 <4103710+sha-265@users.noreply.github.com> Date: Tue, 2 Aug 2022 21:36:08 +0300 Subject: [PATCH] Add PoS page --- source/pos.md | 24 ++++++++++++++++++++++++ themes/landscape/layout/layout.pug | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 source/pos.md 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)