Skip to content

Commit 3a3abc3

Browse files
committed
Fix project name style.
1 parent 9777f83 commit 3a3abc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/project.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ if eq .item.category .category }}
22
<li class="item">
33
<div class="description">
4-
<h4 class="name"><a href="{{ .item.url }}">{{ .item.name }}</a></h4>
4+
<h3 class="name"><a href="{{ .item.url }}">{{ .item.name }}</a></h3>
55
<p class="stars">
66
<img class="github" width="16" src="/static/images/github.svg" alt="GitHub stars" />
77
<span aria-label="Stars">

0 commit comments

Comments
 (0)