li-afaris commented on code in PR #1647:
URL: https://github.com/apache/samza/pull/1647#discussion_r1068741065
##########
docs/talks/index.html:
##########
@@ -21,7 +21,7 @@
-->
<div class="talks" data-plugin="paginate" data-max-posts="2"
data-previous=".paginate-previous--talk" data-next=".paginate-next--talk"
data-pagination=".pagination--talk">
- {% assign sorted = (site.talks | sort: 'date') | reverse %}
+ {% assign sorted = site.talks | sort: 'date' | reverse %}
Review Comment:
Yes this is due to the change from redcarpet to kramdown
##########
docs/_blog/index.md:
##########
@@ -22,7 +22,7 @@ exclude_from_loop: true
<div class="news_cards">
- {% assign sorted = (site.blog | sort: 'date') | reverse %}
+ {% assign sorted = site.blog | sort: 'date' | reverse %}
Review Comment:
Yes this is due to the change from redcarpet to kramdown
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]