apostrophe-blog
Advanced tools
Comparing version 0.0.39 to 0.0.40
{ | ||
"name": "apostrophe-blog", | ||
"version": "0.0.39", | ||
"version": "0.0.40", | ||
"description": "Blogging for the Apostrophe content management system", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,5 +32,2 @@ // JavaScript which enables editing of this module's content belongs here. | ||
} | ||
if (snippet.tags !== null) { | ||
$snippet.find('[data-tags]').text(snippet.tags); | ||
} | ||
}; | ||
@@ -37,0 +34,0 @@ |
27162
291