From f3d0006aee9916eb588008d38b06a0f30c4701ce Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 24 Jun 2016 23:02:39 +0300 Subject: add `site.github` info to pages --- _includes/footer.html | 2 +- _includes/header.html | 2 +- _includes/navbar.html | 2 +- _includes/sidebar.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html index 5c77915..f3cbb38 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -6,7 +6,7 @@
-
This project is licensed under the terms of the MIT License. See Licensing for details.
+
This project is licensed under the terms of the MIT License. See License for details.
diff --git a/_includes/header.html b/_includes/header.html index 5759849..29a2729 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,7 +5,7 @@ - {{ page.title }} - Sorting algorithms - Egor Tensin + {{ page.title }} - Sorting algorithms - {{ site.personal_info.name }} {% include bootstrap_css.html %} diff --git a/_includes/navbar.html b/_includes/navbar.html index d763c3e..af4a1c5 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -7,7 +7,7 @@ - Egor Tensin + {{ site.personal_info.name }}