halo-theme-fantastic/post.ftl

5 lines
202 B
Plaintext
Raw Normal View History

2019-10-02 16:15:37 +00:00
<#include "layout/layout.ftl">
<#include "layout/common/article.ftl">
2020-03-27 10:31:36 +00:00
<@layout title="${post.title!} - ${blog_title!}" canonical="${post.fullPath!}">
2019-10-02 16:15:37 +00:00
<@article post,'page',"post",false />
</@layout>