-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.csv
We can make this file beautiful and searchable if this error is corrected: Any value after quoted field isn't allowed in line 2.
23 lines (23 loc) · 2.35 KB
/
notes.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
poet,detail,tag,quote
{%assign itemsgluck = site.data.notes.gluck %}{% for itemgluck in itemsgluck%}gluck,"{{itemgluck.detail | replace: '"','''}}",{{itemgluck.tag}},"{{itemgluck.quote | replace: '"','''}}"
{%endfor%}
{%assign itemspinsky = site.data.notes.pinsky %}{% for itempinsky in itemspinsky%}pinsky,"{{itempinsky.detail | replace: '"','''}}",{{itempinsky.tag}},"{{itempinsky.quote | replace: '"','''}}"
{%endfor%}
{%assign itemsbeasley = site.data.notes.beasley %}{% for itembeasley in itemsbeasley%}beasley,"{{itembeasley.detail | replace: '"','''}}",{{itembeasley.tag}},"{{itembeasley.quote | replace: '"','''}}"
{%endfor%}
{%assign itemsmcmichael = site.data.notes.mcmichael %}{% for itemmcmichael in itemsmcmichael%}mcmichael,"{{itemmcmichael.detail | replace: '"','''}}",{{itemmcmichael.tag}},"{{itemmcmichael.quote | replace: '"','''}}"
{%endfor%}
{%assign itemsvanwinckel = site.data.notes.vanwinckel %}{% for itemvanwinckel in itemsvanwinckel%}vanwinckel,"{{itemvanwinckel.detail | replace: '"','''}}",{{itemvanwinckel.tag}},"{{itemvanwinckel.quote | replace: '"','''}}"
{%endfor%}
{%assign itemsmohammad = site.data.notes.mohammad %}{% for itemmohammad in itemsmohammad%}mohammad,"{{itemmohammad.detail | replace: '"','''}}",{{itemmohammad.tag}},"{{itemmohammad.quote | replace: '"','''}}"
{%endfor%}
{%assign itemsryan = site.data.notes.ryan %}{% for itemryan in itemsryan%}ryan,"{{itemryan.detail | replace: '"','''}}",{{itemryan.tag}},"{{itemryan.quote | replace: '"','''}}"
{%endfor%}
{%assign itemswrigley = site.data.notes.wrigley %}{% for itemwrigley in itemswrigley%}wrigley,"{{itemwrigley.detail | replace: '"','''}}",{{itemwrigley.tag}},"{{itemwrigley.quote | replace: '"','''}}"
{%endfor%}
{%assign itemsgerstler = site.data.notes.gerstler %}{% for itemgerstler in itemsgerstler%}gerstler,"{{itemgerstler.detail | replace: '"','''}}",{{itemgerstler.tag}},"{{itemgerstler.quote | replace: '"','''}}"
{%endfor%}
{%assign itemsarmantrout = site.data.notes.armantrout %}{% for itemarmantrout in itemsarmantrout%}armantrout,"{{itemarmantrout.detail | replace: '"','''}}",{{itemarmantrout.tag}},"{{itemarmantrout.quote | replace: '"','''}}"
{%endfor%}
{%assign itemsstrickland = site.data.notes.strickland %}{% for itemstrickland in itemsstrickland%}strickland,"{{itemstrickland.detail | replace: '"','''}}",{{itemstrickland.tag}},"{{itemstrickland.quote | replace: '"','''}}"
{%endfor%}