generated from inherentlee/11ty
first
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<ul id="zine-container">
|
||||
{% for zine in zines %}
|
||||
<li>
|
||||
<h2><a href="{{ zine.data.website }}">{{ zine.data.artist }}</a></h2>
|
||||
<p>made a {{ zine.data.format }} zine called</p>
|
||||
<h3>{{ zine.data.title }}</h3>
|
||||
<p>and the original blurb was</p>
|
||||
<blockquote>{{ zine.content | safe }}</blockquote>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user