From 7d09399f0058fc4db860bfc7539cf33fce98131e Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 6 Aug 2022 22:21:36 +0200 Subject: [PATCH] Fix: some platform issues --- .../layouts/_default/single.html | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/themes/app-landingpage/layouts/_default/single.html b/themes/app-landingpage/layouts/_default/single.html index 0c26a65..e532d7c 100644 --- a/themes/app-landingpage/layouts/_default/single.html +++ b/themes/app-landingpage/layouts/_default/single.html @@ -12,10 +12,10 @@
{{ .Content }}
-

{{ i18n "warningIOS" }}

-

{{ i18n "warningAndroid" }}

-

{{ i18n "infoIOS" }}

-

{{ i18n "infoAndroid" }}

+

{{ i18n "warningIOS" }}

+

{{ i18n "warningAndroid" }}

+

{{ i18n "infoIOS" }}

+

{{ i18n "infoAndroid" }}

{{ i18n "directUrl" site.Params.appName }} {{ default (i18n "alternativeUrl") .Page.Params.alternativeUrlDescription }} @@ -40,7 +40,7 @@