Sign in
apache
/
causeway-blog
/
458a66e12827483035690cd204e8a68f2de05c35
/
.
/
templates
/
commons
/
featured.ftl
blob: 0befdadb7f12c3f47e87f0df5089c9884b88f049 [
file
] [
log
] [
blame
]
<#if (post.featuredimage?has_content) >
<a
href
=
"${post.noExtensionUri!post.uri}"
class
=
"image featured"
>
<img src="<#if (content.rootpath)?
?>
${content.rootpath}<#else></#if>${post.featuredimage}" alt="${post.featuredalt}" />
</a>
</#if>