Skip to content

Latest commit

 

History

History
executable file
·
67 lines (63 loc) · 2.76 KB

nfts.md

File metadata and controls

executable file
·
67 lines (63 loc) · 2.76 KB
layout title description keywords permalink
default
NFTs
A collection of official and community NFTs.
nfts, rocket, pool, rpl
/nfts/

Rocket Pool NFTs

A collection of official and community NFTs.

Total NFTs: {{site.data.nfts.size}}

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 -%}
{%- 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.title}}

{{nft.creator}}

{%- endfor -%}