fixes #1450
Additionally: * Adds basic negated id metatag. * Post set presenter now uses the post set's tag string, not the parameter from the URL.
This commit is contained in:
@@ -12,7 +12,7 @@ module PostSetPresenters
|
||||
end
|
||||
|
||||
posts.each do |post|
|
||||
html << PostPresenter.preview(post, :tags => template.params[:tags])
|
||||
html << PostPresenter.preview(post, :tags => @post_set.tag_string)
|
||||
end
|
||||
|
||||
html.html_safe
|
||||
|
||||
Reference in New Issue
Block a user