aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-09 13:16:47 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-09 13:16:47 +0300
commit4b87fa11cdde5abbd908ce975fd5323d689ad881 (patch)
treeefbc40c547d10c3471c61eeec15cf6afc6896b98 /notes
parentmarkdown: remove extra empty line (diff)
downloadblog-4b87fa11cdde5abbd908ce975fd5323d689ad881.tar.gz
blog-4b87fa11cdde5abbd908ce975fd5323d689ad881.zip
site.baseurl -> relative_url
Diffstat (limited to 'notes')
-rw-r--r--notes/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/index.html b/notes/index.html
index 79e716a..99b1f6e 100644
--- a/notes/index.html
+++ b/notes/index.html
@@ -10,7 +10,7 @@ navbar_priority: 3
<ul>
{% assign note_list = site.notes | sort: 'title' %}
{% for note in note_list %}
- <li><a href="{{ site.baseurl }}{{ note.url }}">{{ note.title }}</a></li>
+ <li><a href="{{ note.url | relative_url }}">{{ note.title }}</a></li>
{% endfor %}
</ul>
{% else %}