Skip to content

Commit 4a0fd7f

Browse files
authored
Update about.liquid
selected -> Selected
1 parent 2f3640d commit 4a0fd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/about.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ layout: default
5959
<!-- Selected papers -->
6060
{% if page.selected_papers %}
6161
<h2>
62-
<a href="{{ '/publications/' | relative_url }}" style="color: inherit">selected publications</a>
62+
<a href="{{ '/publications/' | relative_url }}" style="color: inherit">Selected Publications</a>
6363
</h2>
6464
{% include selected_papers.liquid %}
6565
{% endif %}

0 commit comments

Comments
 (0)