From 98489b9c40347c796dfb1c3bb8342b3b5c088e09 Mon Sep 17 00:00:00 2001 From: ssachtleben Date: Fri, 21 Aug 2020 08:19:16 +0200 Subject: [PATCH] ST-1730 added seo body within the styla div to allow hydration --- index.php | 1 - styla.php | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 9675a11..d34d9ea 100755 --- a/index.php +++ b/index.php @@ -105,7 +105,6 @@
getMagazineTag() ?> - getSEOBody() ?>
diff --git a/styla.php b/styla.php index 7212eff..4c258a9 100644 --- a/styla.php +++ b/styla.php @@ -74,7 +74,9 @@ public function getLPMetaTags() { public function getMagazineTag() { return join([ - "
" + "
", + $this->getSEOBody(), + "
" ]); }