mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
Update static.html.php
This commit is contained in:
parent
9f48270276
commit
c93d66fb13
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<h1 class="text-3xl font-extrabold leading-9 tracking-tight text-gray-900 dark:text-gray-100 sm:text-4xl sm:leading-10 md:text-6xl md:leading-14"><?php echo $static->title;?></h1>
|
||||
<?php if (authorized($p)):?><span><a href="<?php echo $p->url;?>/edit?destination=post"><?php echo i18n('edit');?></a></span><?php endif;?>
|
||||
</div>
|
||||
<div class="items-start space-y-2 xl:grid xl:gap-x-8 xl:space-y-0">
|
||||
<div class="items-start space-y-2">
|
||||
<div class="prose max-w-none pb-8 pt-8 dark:prose-invert">
|
||||
<?php echo $static->body;?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue