packages feed

hakyll-contrib-i18n-0.1.0.0: data/templates/post.html

<article>
    <header>
        $translate("Posted on")$ $date$
        $if(author)$
            $translate("by")$ $author$
        $endif$

        $if(tags)$
        $translate("about")$ $tags$
        $endif$

        $if(category)$
        $translate("in")$ $category$
        $endif$
    </header>
    <main>
        $body$
    </main>
</article>