https://github.com/LuisGC/blog
Raw File
Tip revision: 3f1e6dcb65ed38478393150db09320c5e7c5c1e2 authored by CircleCI on 18 February 2018, 16:35:41 UTC
Generated site on Sun Feb 18 16:35:41 UTC 2018 [ci skip]
Tip revision: 3f1e6dc
header.ftl
<header>
    <div class="title">
        <h1>${post.title}</h1>
       	<#if (post.description != null)??>
            <p>${post.description}</p>
        </#if>
    </div>
   <!-- <div class="meta">
         <time class="published"
            datetime='${post.date?string("MMM dd, yyyy")}'>
            ${post.date?string("MMM dd, yyyy")}</time>
    </div> -->
</header>
back to top