Update themes-github.ejs

This commit is contained in:
booploops 2022-02-13 23:56:42 -08:00
parent 25ed627d6c
commit a46d72c422

View file

@ -33,7 +33,7 @@
<div class="col nopadding flex-center">
<div>
<h3 class="repo-preview-name">{{ openRepo.description }}</h3>
<div><a class="repo-url" href="html_url">{{ openRepo.full_name }}</a></div>
<div><a class="repo-url" target="_blank" :href="openRepo.html_url">{{ openRepo.full_name }}</a></div>
<div>⭐ {{ openRepo.stargazers_count }}</div>
</div>
</div>