From c0bcac7c90bbce582fe23e5f0aa05ab582880156 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 31 May 2017 03:03:11 +0300 Subject: plots: shorten link anchors --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3c15cd3..139f98a 100644 --- a/index.html +++ b/index.html @@ -176,7 +176,7 @@ corresponding algorithm.

{% for algorithm in page.plots %} - {{ algorithm.brief_name }} + {{ algorithm.brief_name }} {% for input_kind in page.input_kind %} {% if algorithm.complexity[input_kind] %} {% assign complexity = algorithm.complexity[input_kind] %} @@ -193,7 +193,7 @@ corresponding algorithm.

{% for algorithm in page.plots %} - +

{{ algorithm.display_name }}

{% for input_kind in page.input_kind %} -- cgit v1.2.3