We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ab7c78 + dbe56a4 commit 5f940cbCopy full SHA for 5f940cb
_includes/siteindex.html
@@ -1,7 +1,7 @@
1
<ul id="index">
2
{% for item in site.data.index %}
3
<li>
4
- <a {% if item.permalink and page.permalink == item.permalink %} class="selected" {% endif %}
+ <a {% if page.url == item.permalink %} class="selected" {% endif %}
5
{% if item.link %}
6
href="{{ item.link }}"
7
{% else %}
blog/index.html
@@ -2,7 +2,7 @@
layout: default
title: "Blog"
-permalink: /blog/
+baseUrl: /blog/
---
<div id="posts">
8
{% for post in paginator.posts %}
0 commit comments