Skip to content

Latest commit

 

History

History
executable file
·
104 lines (97 loc) · 3.79 KB

poap-graveyard.md

File metadata and controls

executable file
·
104 lines (97 loc) · 3.79 KB
layout title description keywords permalink
default
POAP Graveyard
A collection of designs that never made the big leagues.
poap, poaps, rocket, pool, rpl
/poap-graveyard/

{%- assign fileArray = "" | split: "," -%} {%- for image in site.static_files -%} {%- if image.path contains 'img/poaps/abandoned' -%} {%- assign fileArray = fileArray | push: image -%} {%- endif -%} {%- endfor -%} {%- assign fileArray = fileArray | reverse -%}

<script type="text/javascript"> const fileArray = {{fileArray | jsonify}}; </script>

Rocket Pool POAP Graveyard

A collection of designs that never made the big leagues.

Total Fallen: {{fileArray.size}}

Did we miss one? Submit here

{%- for file in fileArray -%}
{%- if file.extname == ".mp4" -%} {%- else -%} {%- endif -%}
{%- assign pathSplit = file.basename -%} {%- assign filename = pathSplit | split: "--" -%} {%- assign date = filename[0] -%} {%- assign creator = filename[1] | replace: "-", " " -%}

{{creator}}

View Download
{%- endfor -%}

By:

Close