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>