From 9cf05a68e06c39bd91b6c095159341ee4c99f784 Mon Sep 17 00:00:00 2001 From: Alan M <17537489+Am3ra@users.noreply.github.com> Date: Mon, 8 Feb 2021 15:32:45 -0600 Subject: [PATCH] Apply suggestions from code review Add spaces around `site.baseurl`, and add empty string to config Co-authored-by: Maxime Vaillancourt --- _config.yml | 2 +- _includes/nav.html | 2 +- _layouts/note.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index f5e4501..7fb0e56 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ exclude: ['_includes/notes_graph.json'] # You may need to change the base URL depending on your deploy configuration. # Specifically, when using GitHub Pages, the baseurl should point to where GitHub # Pages deploys your repository (which is usually the repository name). -baseurl: +baseurl: '' # If you are using a host that cannot resolve URLs that do # not end with .html (such as Neocities), set this to 'true'. diff --git a/_includes/nav.html b/_includes/nav.html index ba4dc70..4f638f9 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,3 +1,3 @@
- {{ site.title }} + {{ site.title }}
diff --git a/_layouts/note.html b/_layouts/note.html index 6c68ee4..f77b95a 100644 --- a/_layouts/note.html +++ b/_layouts/note.html @@ -22,7 +22,7 @@ layout: default
{% for backlink in page.backlinks %} {% endfor %}