Update themes-github.ejs
This commit is contained in:
parent
25ed627d6c
commit
a46d72c422
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
<div class="col nopadding flex-center">
|
<div class="col nopadding flex-center">
|
||||||
<div>
|
<div>
|
||||||
<h3 class="repo-preview-name">{{ openRepo.description }}</h3>
|
<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>⭐ {{ openRepo.stargazers_count }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue