rework to use new @besties/html2png

This commit is contained in:
hazycora 2023-09-10 13:48:50 -05:00
parent 7d6cf5b09f
commit cc40eb1fff
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
7 changed files with 97 additions and 172 deletions

View file

@ -30,4 +30,10 @@
<%~ include('icons/code-commit.eta') %>
<p><%= it.commit.sha.slice(0, 7) %></p>
</div>
</div>
</div>
<style>
.commit .repo-name {
font-size: 2.5rem;
color: #6d728f;
}
</style>