mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-17 11:47:27 +02:00
Edit Pages now supports custom HTML formatting
The page editor found on the Admin Panel at Admin>Pages where you can edit the footer pages now supports custom HTML formatting.
This commit is contained in:
parent
5db46f78c2
commit
b916ac66bc
@ -73,7 +73,7 @@
|
|||||||
<h1 class="display-4">{{ $name }}</h1>
|
<h1 class="display-4">{{ $name }}</h1>
|
||||||
<hr class="my-4">
|
<hr class="my-4">
|
||||||
<p>
|
<p>
|
||||||
{{ $data['page']->$name }}
|
<?php echo $data['page']->$name; ?>
|
||||||
</p>
|
</p>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user