You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2023/01/12 22:43:02 UTC

[GitHub] [samza] li-afaris commented on a diff in pull request #1647: [SAMZA-2772] Manage Jekyll dependencies with Gradle

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: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org