Skip to content

Commit b27bd18

Browse files
committed
Fix Whitespace
1 parent 27e8db0 commit b27bd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2 class="">Sampler of Completed Projects</h2>
136136
<div class='cfbgrid'>
137137
{% for proj in site.data.projects.inactive %}
138138
<div class='thumb cfbcol-4'>
139-
<b><a href="{{ proj.url }}"> {{ proj.name }} </a></b><br>
139+
<b><a href="{{ proj.url }}">{{ proj.name }}</a></b><br>
140140
</div>
141141
{% endfor %}
142142
</div>

0 commit comments

Comments
 (0)