From cdd25f10c72a3e07a0db3ff6f9feb98230210d4a Mon Sep 17 00:00:00 2001 From: Shagun Sodhani Date: Sat, 25 Apr 2020 12:58:54 -0400 Subject: [PATCH] Update broken links in the archive --- site/_config.yml | 1 - site/archieve.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/site/_config.yml b/site/_config.yml index ee1d3555..1fe97075 100755 --- a/site/_config.yml +++ b/site/_config.yml @@ -8,7 +8,6 @@ permalink: '/:title' title: 'Papers I Read' tagline: 'Notes and Summaries' description: 'I am trying a new initiative - A Paper A Week. This blog will hold all the notes and summaries.' -# url: 'https://shagunsodhani.in/test' baseurl: 'https://shagunsodhani.github.io/papers-I-read' paginate: 10 plugins: [jekyll-paginate] diff --git a/site/archieve.md b/site/archieve.md index 7186644d..96445957 100755 --- a/site/archieve.md +++ b/site/archieve.md @@ -6,5 +6,5 @@ title: Archive ## Blog Posts {% for post in site.posts %} - * {{ post.date | date_to_string }} » [ {{ post.title }} ]({{ post.url }}) + * {{ post.date | date_to_string }} » [ {{ post.title }} ]({{ site.baseurl }}{{ post.url }}) {% endfor %} \ No newline at end of file