Skip to content

Commit dea7795

Browse files
committed
changed " to ' for sorting field
1 parent 4c1f4a1 commit dea7795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cv/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h5>Grants and Awards</h5>
216216
<div class="card-body p-1">
217217
<h5>Refereed Articles</h5>
218218
<table class="table table-sm table-striped table-borderless m-0">
219-
{% assign artlist = site.data.publications.refereed | sort: "date" | reverse %}
219+
{% assign artlist = site.data.publications.refereed | sort: 'date' | reverse %}
220220
{% for item in artlist %}
221221
<tr>
222222
<td style="width: 4%;">{{ forloop.rindex }}.</td>

0 commit comments

Comments
 (0)