We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a7dafa + 98489b9 commit 0755e7cCopy full SHA for 0755e7c
index.php
@@ -105,7 +105,6 @@
105
<div class="container">
106
<!-- This is where the magazine will be displayed -->
107
<?=$styla->getMagazineTag() ?>
108
- <?=$styla->getSEOBody() ?>
109
</div>
110
</body>
111
</html>
styla.php
@@ -74,7 +74,9 @@ public function getLPMetaTags() {
74
75
public function getMagazineTag() {
76
return join([
77
- "<div id=\"stylaMagazine\"></div>"
+ "<div id=\"stylaMagazine\">",
78
+ $this->getSEOBody(),
79
+ "</div>"
80
]);
81
}
82
0 commit comments