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 /_layouts/category.html | |
parent | bump dependencies (diff) | |
download | jekyll-theme-1ac982a1895c79cb0477152bb470584d673bece5.tar.gz jekyll-theme-1ac982a1895c79cb0477152bb470584d673bece5.zip |
_layouts: sidebar.html -> default.html
Diffstat (limited to '')
-rw-r--r-- | _layouts/category.html | 1 |
1 files changed, 0 insertions, 1 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"> |