diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-30 23:41:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-30 23:41:19 +0300 |
commit | 44c5b78027cbb23fad45787bb8c58461a2a17a79 (patch) | |
tree | 0ea8d1d7dfea518af4cc0ebdc7f9ff99664fdd07 /index.html | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-44c5b78027cbb23fad45787bb8c58461a2a17a79.tar.gz sorting-algorithms-44c5b78027cbb23fad45787bb8c58461a2a17a79.zip |
rename layout 'posts' to 'main'
Diffstat (limited to '')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ --- -title: Posts -layout: posts +title: Sorting algorithms +layout: main group: "navigation" --- {% if site.posts.size == 0 %} |