diff --git a/_includes/panel.html b/_includes/panel.html index e8502dd..d6ae271 100644 --- a/_includes/panel.html +++ b/_includes/panel.html @@ -27,7 +27,7 @@ {% assign post = site.posts | where: "url", post_url | first %} {% if post %} - {% assign url = post.url | prepend: site.baseurl %} + {% assign url = post.url | relative_url %}
  • {{ post.title }}
  • diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 6deb037..50a74d9 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -21,7 +21,7 @@
    - {{- site.title -}} + {{- site.title -}}
    {{- site.tagline -}}
    diff --git a/_layouts/category.html b/_layouts/category.html index 1259311..a53aff5 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -16,7 +16,7 @@ layout: page