From dc3b581f2b548d982bd40324e4a397e32ee16c14 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Thu, 7 May 2020 02:46:49 +0000
Subject: use "remote" Jekyll theme

I moved _includes/, _layouts/, css/ to egor-tensin/jekyll-theme.
---
 index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'index.html')

diff --git a/index.html b/index.html
index 428f863..b622985 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,6 @@
 ---
 title: Main page
-layout: default
+layout: plain
 groups:
   - navbar
 navbar_link: <span class="glyphicon glyphicon-home"></span>&nbsp;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/>
-- 
cgit v1.2.3