diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 06:16:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 06:16:46 +0300 |
commit | 1ac982a1895c79cb0477152bb470584d673bece5 (patch) | |
tree | c0c144b94c801f0dfb59069f4c4d8f6af10f3108 | |
parent | bump dependencies (diff) | |
download | jekyll-theme-1ac982a1895c79cb0477152bb470584d673bece5.tar.gz jekyll-theme-1ac982a1895c79cb0477152bb470584d673bece5.zip |
_layouts: sidebar.html -> default.html
-rw-r--r-- | _layouts/category.html | 1 | ||||
-rw-r--r-- | _layouts/default.html (renamed from _layouts/sidebar.html) | 0 | ||||
-rw-r--r-- | index.html | 2 |
3 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/category.html b/_layouts/category.html index b58f691..b0167a7 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -9,7 +9,6 @@ <li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.date | date: "%Y-%m-%d" }} — {{ post.title }}</a></li> {% endfor %} </ul> - {% else %} {% endif %} </div> <div class="col-md-4"> diff --git a/_layouts/sidebar.html b/_layouts/default.html index f151314..f151314 100644 --- a/_layouts/sidebar.html +++ b/_layouts/default.html @@ -1,6 +1,6 @@ --- title: Main page -layout: sidebar +layout: default groups: - navbar navbar_link: <span class="glyphicon glyphicon-home"></span> Main page |