flatpress/fp-interface/themes/leggero/previewstatic.tpl
Fraenkiman 752998e30b Please merge the following changes
Fixes #201 and #144

 * In the admin area of the style Flatmaas-Rev is no longer tried via stylesheet to include the image nib-logo.png.
 * In the preview of the Leggero style "Posted by + time" is now displayed right-aligned - as in the blog.
 * The heading for posts and pages has received its own CSS class "entry-title".
 * In all three styles, both heading sizes are now displayed correctly; as in the blog, so in the preview.
 * The publication date is truncated from h2 and now uses h6.
 * Font size h4 can now also be conveniently set via BBCode button.
 * Long single line code in leggero-v2 style is now wrapped when printing.
2023-02-09 01:12:36 +01:00

8 lines
281 B
Smarty
Executable File

{static content=$entry}
<div class="entry">
<h2 class="entry-title">{$subject|tag:the_title}</h2>
<p class="date">{$lang.staticauthor.published_by} {$author} {$lang.staticauthor.on} {$date|date_format_daily} </p>
{$content|tag:the_content}
</div>
{/static}