aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 05:16:12 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 05:17:50 +0300
commit9e64221711316fb096a8df7d4da8059003617062 (patch)
tree4637dd8880a147b05d28b49167ec206a90978480 /_includes
parent_includes: pagination.html -> paginator.html (diff)
downloadjekyll-theme-9e64221711316fb096a8df7d4da8059003617062.tar.gz
jekyll-theme-9e64221711316fb096a8df7d4da8059003617062.zip
rename (and repurpose) the repo
Diffstat (limited to '_includes')
-rw-r--r--_includes/common/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/common/sidebar.html b/_includes/common/sidebar.html
index a4b145d..dcc79e2 100644
--- a/_includes/common/sidebar.html
+++ b/_includes/common/sidebar.html
@@ -1,6 +1,6 @@
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-12">
- <h2 class="h4">About the project</h2>
+ <h2 class="h4">About</h2>
<p>{{ site.project.description }}. Feel free to contribute or contact me.</p>
<div class="list-group wide-enough">
<a class="list-group-item" href="{{ site.github.repository_url }}"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub repository</a>