aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 06:16:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 06:16:46 +0300
commit1ac982a1895c79cb0477152bb470584d673bece5 (patch)
treec0c144b94c801f0dfb59069f4c4d8f6af10f3108 /_layouts
parentbump dependencies (diff)
downloadjekyll-theme-1ac982a1895c79cb0477152bb470584d673bece5.tar.gz
jekyll-theme-1ac982a1895c79cb0477152bb470584d673bece5.zip
_layouts: sidebar.html -> default.html
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/category.html1
-rw-r--r--_layouts/default.html (renamed from _layouts/sidebar.html)0
2 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" }} &mdash; {{ 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