Skip to content
Snippets Groups Projects
Commit 6bff58bb authored by Brad's avatar Brad
Browse files

update sort parameter

parent f07dbb6d
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@
<p itemprop="datePublished" class="">$date.format('MMMM d, yyyy', $news.datePublished)
#end
#set($related-authors = $dotcontent.pullRelated("Author-Article","$news.identifier",true,10,"person.lastName asc"))
#set($related-authors = $dotcontent.pullRelated("Author-Article","$news.identifier",true,10,"person.familyName asc"))
#if($related-authors.size() > 0)
#foreach($author in $related-authors)
#if($foreach.count==1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment