We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9777f83 commit 3a3abc3Copy full SHA for 3a3abc3
layouts/partials/project.html
@@ -1,7 +1,7 @@
1
{{ if eq .item.category .category }}
2
<li class="item">
3
<div class="description">
4
- <h4 class="name"><a href="{{ .item.url }}">{{ .item.name }}</a></h4>
+ <h3 class="name"><a href="{{ .item.url }}">{{ .item.name }}</a></h3>
5
<p class="stars">
6
<img class="github" width="16" src="/static/images/github.svg" alt="GitHub stars" />
7
<span aria-label="Stars">
0 commit comments