ds-site/Resources/Private/Partials/Menu/Page.html
Daniel Siepmann 14edd5b8c1 Add further work
E.g. add rss feed and sitemap and seo meta tags.
2019-11-15 18:28:10 +01:00

17 lines
521 B
HTML

<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<article>
{f:render(partial: 'BlogPostHeader', arguments: {
link: page.link,
title: page.title,
blogPost : page.data,
compatibleWith: page.compatibleWith,
topics: page.topics
})}
{page.data.abstract -> f:format.html()}
<footer>
<p><a href="{page.link}">Read more …</a></p>
</footer>
</article>
</html>