jmou/cgithub
git clone https://github.com/jmou/cgithub.git
git clone git@github.com:jmou/cgithub.git
Loading…
(top)/views/releases.eta
169 Bytes / 5 lines / 4 loc
History
View raw
<% layout("/layouts/repo.eta") %>

<% for (const release of it.releases) { %>
  <%~ include("./_release.eta", { repo: it.repo, release, linkToDetail: true }) %>
<% } %>