blog.list.gsp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of content Show documentation
Show all versions of content Show documentation
A plugin used to manage contents like static pages, menus etc. at one place.
Also provides shortened and user friendly urls.
Create a Blog
Sorry, no blog to display.
Showing: ${params.int('offset') + 1 }-${limit > total ? total : limit }
of ${total }
Posted On
ALL
${month}
Tags
var startSize = ${grailsApplication.config.causecode.plugins.content.tags.startSize ?:'15'}
var endSize = ${grailsApplication.config.causecode.plugins.content.tags.endSize ?:'25'}
var startColor = "${grailsApplication.config.causecode.plugins.content.tags.startColor ?:'#428bca'}"
var endColor = "${grailsApplication.config.causecode.plugins.content.tags.endColor ?:'#428bca'}"
$(function () {
$('div.blog-tags a').tagcloud({
size: {start: parseInt(startSize), end: parseInt(endSize), unit:'px'},
color: {start: "#"+startColor, end: "#"+endColor}
});
});