apostrophe-snippets
Advanced tools
Comparing version 0.0.42 to 0.0.43
{ | ||
"name": "apostrophe-snippets", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"description": "Reusable content snippets for the Apostrophe content management system. The blog and events modules are built on this foundation, which is also useful in and of itself.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -426,3 +426,3 @@ // NOTES FOR REUSE: | ||
var $title = $snippet.find('[data-title]'); | ||
$title.text(snippet.title); | ||
$title.text(snippet.title || '[NO TITLE]'); | ||
$title.attr('data-slug', snippet.slug); | ||
@@ -429,0 +429,0 @@ if (snippet.trash) { |
142239