Skip to content

Commit 0778a30

Browse files
author
Petra Gulicher
committed
add template for issues list
1 parent bf6697b commit 0778a30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/includes/issues-list.njk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<pre>
2+
{% for issue in data.repository.issues %}
3+
{{ JSON.stringify(issue, null, 2) | safe }}
4+
{% endfor %}
5+
</pre>

0 commit comments

Comments
 (0)