diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-08 03:46:22 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-08 03:46:22 +0300 |
commit | a20846923cfd793f2513a418ddea981c61abf1bc (patch) | |
tree | 6b668d610e5903dc3919cc67396bfb372d94be15 /index.html | |
parent | plots: get rid of JavaScript (diff) | |
download | sorting-algorithms-a20846923cfd793f2513a418ddea981c61abf1bc.tar.gz sorting-algorithms-a20846923cfd793f2513a418ddea981c61abf1bc.zip |
img/previews/ -> img/plots/previews/
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ navbar_link: <span class="glyphicon glyphicon-home"></span> Main page {% else %} {% for post in paginator.posts %} <h2>{{ post.title }}</h2> - {{ post.excerpt }} + <p>{{ post.excerpt }}</p> <div style="display: table; width: 100%;"> <div style="display: table-row;"> <div style="display: table-cell;"> |