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 27e8db0 commit b27bd18Copy full SHA for b27bd18
projects.html
@@ -136,7 +136,7 @@ <h2 class="">Sampler of Completed Projects</h2>
136
<div class='cfbgrid'>
137
{% for proj in site.data.projects.inactive %}
138
<div class='thumb cfbcol-4'>
139
- <b><a href="{{ proj.url }}"> {{ proj.name }} </a></b><br>
+ <b><a href="{{ proj.url }}">{{ proj.name }}</a></b><br>
140
</div>
141
{% endfor %}
142
0 commit comments