layout | title | description | keywords | permalink |
---|---|---|---|---|
default |
NFTs |
A collection of official and community NFTs. |
nfts, rocket, pool, rpl |
/nfts/ |
Did we miss one? Submit here
{%- assign months = site.data.months -%}
{%- assign nfts_by_date = site.data.nfts | sort: "date" | reverse -%}
{%- for nft in nfts_by_date -%}
{%- endfor -%}
{%- if nft.img_url contains ".mp4" -%}
{%- else -%}
{%- endif -%}
{%- if nft.type == "official" -%}
Official
{%- else -%}
Community
{%- endif -%}
{%- assign date_split = nft.date | split: "-" -%}
{%- assign date_year = date_split[0] | split: "--" -%}
{%- capture date_month_num -%}{{date_split[1] | split: "--"}}{%- endcapture -%}
{%- assign date_month_data = months | where: "month_num", date_month_num -%}
{%- capture date_month -%}{%- for month in date_month_data -%}{{ month.name_short }}{%- endfor -%}{%- endcapture -%}
{%- assign date_day = date_split[2] | split: "--" -%}
{%- capture date_readable -%}{{ date_day }}-{{ date_month }}-{{ date_year }}{%- endcapture -%}
{{date_readable}}
{{nft.creator}}