From dc3b581f2b548d982bd40324e4a397e32ee16c14 Mon Sep 17 00:00:00 2001 From: Egor Tensin 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:  Main page @@ -210,8 +210,8 @@ corresponding algorithm.

{% capture stem %}{{ algorithm.codename }}_{{ iterations }}_{{ input_kind }}_{{ algorithm.min_length }}_{{ algorithm.max_length }}{% endcapture %}
- - {{ algorithm.display_name | escape }}, {{ iterations }} iterations, {{ input_kind }} case + + {{ algorithm.display_name | escape }}, {{ iterations }} iterations, {{ input_kind }} case
{{ algorithm.display_name }}
-- cgit v1.2.3