diff --git a/lib/Statocles/resources/theme/bootstrap/blog.html.ep b/lib/Statocles/resources/theme/bootstrap/blog.html.ep index 77488e01..548178cd 100644 --- a/lib/Statocles/resources/theme/bootstrap/blog.html.ep +++ b/lib/Statocles/resources/theme/bootstrap/blog.html.ep @@ -7,6 +7,13 @@

{path}" ) %>"><%== $item->{title} %>

+ % if ( $item->{tags} ) { +

Tags: + % for my $tag ( @{$item->{tags}} ) { + " rel="tag"><%== $tag %> + % } +

+ % } + % if ( $item->{tags} ) { +

Tags: + % for my $tag ( @{$item->{tags}} ) { + " rel="tag"><%== $tag %> + % } +

+ % }
% my $sections = sectionize( $item->{html} );