blob: 2eaf88099a085f8ad5438edb6383b74223b671b0 [file] [log] [blame]
div(class:"tags") {
if(content.tags) {
content.tags.each {
tag ->
span(class:"tag"){
a(href:"${config.site_contextPath}tags/${tag.replace(' ', '-')}.html"){
yield tag
}
}
}
}
}