aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 17:05:18 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 17:05:18 +0300
commit3a68d9fd4feea885d827e42daf0f16d13e7b32ee (patch)
treeb953a21319f787aa1e4832d641a3d94a359c4207
parentbump jekyll-theme (diff)
downloadsorting-algorithms-3a68d9fd4feea885d827e42daf0f16d13e7b32ee.tar.gz
sorting-algorithms-3a68d9fd4feea885d827e42daf0f16d13e7b32ee.zip
index.html: reuse site.settings.project.name
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 925f2d7..893f3d0 100644
--- a/index.html
+++ b/index.html
@@ -107,7 +107,7 @@ plots:
iterations: 100
complexity: O(<var>n</var><sup>2</sup>)
---
-<h1>Sorting algorithms</h1>
+<h1>{{ site.settings.project.name }}</h1>
<div class="row">
<div class="col-xs-12 col-sm-10 col-md-8">