diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 06:35:31 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 06:35:31 +0300 |
commit | 99cab0afb748637130f40a576be64e2243630e5f (patch) | |
tree | 7b52a776ed79b3b1626e9dda570ad0a5cd5c7b41 | |
parent | add missing s (diff) | |
download | sorting-algorithms-99cab0afb748637130f40a576be64e2243630e5f.tar.gz sorting-algorithms-99cab0afb748637130f40a576be64e2243630e5f.zip |
_layouts: sidebar.html -> default.html
-rw-r--r-- | _layouts/default.html (renamed from _layouts/sidebar.html) | 0 | ||||
-rw-r--r-- | posts/index.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/sidebar.html b/_layouts/default.html index f151314..f151314 100644 --- a/_layouts/sidebar.html +++ b/_layouts/default.html diff --git a/posts/index.html b/posts/index.html index f787c9e..f33aaaa 100644 --- a/posts/index.html +++ b/posts/index.html @@ -1,6 +1,6 @@ --- title: Posts -layout: sidebar +layout: default groups: - navbar navbar_link: <span class="glyphicon glyphicon-th-list"></span> Posts |