mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-03 04:27:47 +01: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>
|
||||
<hr class="my-4">
|
||||
<p>
|
||||
{{ $data['page']->$name }}
|
||||
<?php echo $data['page']->$name; ?>
|
||||
</p>
|
||||
<p class="lead">
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user