We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1c498a + 7012f27 commit 2f3263dCopy full SHA for 2f3263d
ossheroes/themes/OpenSouceWin/layout/page.ejs
@@ -1,4 +1,4 @@
1
-<% if (page.path.startsWith('/ranking')) { %>
+<% if (page.data_year) { %>
2
<%- partial('_partial/ranking_detail', { item: page }) %>
3
<% } else { %>
4
<%- partial('_partial/detail', { item: page }) %>
0 commit comments