Skip to content

Commit e9d1e97

Browse files
committed
fix url for readinglist
1 parent c3f8638 commit e9d1e97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</li>
5454
<!-- Blog -->
5555
<li class="nav-item {% if page.url contains 'readinglist' %}active{% endif %}">
56-
<a class="nav-link" href="{{ '/readinglist/' | relative_url }}">Reading List
56+
<a class="nav-link" href="{{ '/readinglist' | relative_url }}">Reading List
5757
{%- if page.url contains 'readinglist' -%}
5858
<span class="sr-only">(current)</span>
5959
{%- endif -%}

_pages/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ selected_papers: false # includes a list of papers marked as "selected={true}"
1717
social: true # includes social icons at the bottom of the page
1818
---
1919

20-
Hi 👋! My name is Ayan and I've been a Computer Scientist and Manager for several years. Feel free to use my social links to find out more about me. Thanks!
20+
Hi 👋! My name is Ayan and I'm a Computer Scientist and Engineering Manager. Feel free to use my social links to find out more about me. Thanks!

0 commit comments

Comments
 (0)