packages feed

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

<main>
    <h1>
      $if(single)$
        $translate("POSTS_IN_LANGUAGE_TAGGED", title)$
      $else$
        $translate("POSTS_IN_EVERY_LANGUAGES_TAGGED", title)$
      $endif$
    </h1>
    <aside>
        <a href="$switch$">
            $if(single)$
                $translate("POSTS_IN_EVERY_LANGUAGES")$
            $else$
                $translate("POSTS_IN_LANGUAGE_ONLY")$
            $endif$
        </a>
    </aside>
    <section>
        $partial("templates/post-list.html")$
    </section>
</main>