mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 13:31:31 +08:00
Display new icons since last minor version
This commit is contained in:
parent
3d167d3ca7
commit
9e10cc3648
@ -1,5 +1,5 @@
|
|||||||
<section id="new">
|
<section id="new">
|
||||||
{% assign version = 1.0 %}
|
{% assign version = site.forkawesome.minor_version %}
|
||||||
{% assign icons_new = icons | where_exp:"icon", "icon.created >= version" | sort_by:'class' %}
|
{% assign icons_new = icons | where_exp:"icon", "icon.created >= version" | sort_by:'class' %}
|
||||||
|
|
||||||
<h2 class="page-header">{{ icons_new | size }} New Icons since {{ version }}</h2>
|
<h2 class="page-header">{{ icons_new | size }} New Icons since {{ version }}</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user