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 4c1f4a1 commit dea7795Copy full SHA for dea7795
cv/index.html
@@ -216,7 +216,7 @@ <h5>Grants and Awards</h5>
216
<div class="card-body p-1">
217
<h5>Refereed Articles</h5>
218
<table class="table table-sm table-striped table-borderless m-0">
219
- {% assign artlist = site.data.publications.refereed | sort: "date" | reverse %}
+ {% assign artlist = site.data.publications.refereed | sort: 'date' | reverse %}
220
{% for item in artlist %}
221
<tr>
222
<td style="width: 4%;">{{ forloop.rindex }}.</td>
0 commit comments