diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-07 02:46:49 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-07 02:46:49 +0000 |
commit | dc3b581f2b548d982bd40324e4a397e32ee16c14 (patch) | |
tree | 62568cd5d3fdc6a39d0a2135ea19fd3d00992247 /index.html | |
parent | Travis: check integrity using wget (diff) | |
download | sorting-algorithms-dc3b581f2b548d982bd40324e4a397e32ee16c14.tar.gz sorting-algorithms-dc3b581f2b548d982bd40324e4a397e32ee16c14.zip |
use "remote" Jekyll theme
I moved _includes/, _layouts/, css/ to egor-tensin/jekyll-theme.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ --- title: Main page -layout: default +layout: plain groups: - navbar navbar_link: <span class="glyphicon glyphicon-home"></span> Main page @@ -210,8 +210,8 @@ corresponding algorithm.</p> {% capture stem %}{{ algorithm.codename }}_{{ iterations }}_{{ input_kind }}_{{ algorithm.min_length }}_{{ algorithm.max_length }}{% endcapture %} <div class="col-xs-12 col-sm-6 col-md-4"> <div class="thumbnail"> - <a class="thumbnail" href="{{ site.baseurl }}/img/plots/full_size/{{ stem }}.png"> - <img class="img-responsive" src="{{ site.baseurl }}/img/plots/preview/{{ stem }}.png" alt="{{ algorithm.display_name | escape }}, {{ iterations }} iterations, {{ input_kind }} case"/> + <a class="thumbnail" href="{{ site.baseurl }}/assets/img/plots/full_size/{{ stem }}.png"> + <img class="img-responsive" src="{{ site.baseurl }}/assets/img/plots/preview/{{ stem }}.png" alt="{{ algorithm.display_name | escape }}, {{ iterations }} iterations, {{ input_kind }} case"/> </a> <div class="caption"> <strong>{{ algorithm.display_name }}</strong><br/> |