Riji
view release on metacpan or search on metacpan
share/tmpl/tag.tx view on Meta::CPAN
: cascade base
: around title -> {
<: $tag.name :> | <: $blog.title :>
: }
: around content -> {
<h1>Tag: <: $tag.name :></h1>
<ul class="archives">
: for $tag.entries() -> $entry {
<li><time><: $entry.published_at.strftime('%Y-%m-%d') :></time><a href="<: $entry.site_path() | uri_for :>"><: $entry.title :></a></li>
: }
</ul>
: }
( run in 0.974 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )