aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/sidebar.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-24 23:02:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-24 23:02:39 +0300
commitf3d0006aee9916eb588008d38b06a0f30c4701ce (patch)
tree6f1117c28e95c798ef991af9b040a3668b52544c /_includes/sidebar.html
parentadd most of my personal info to _config.yml (diff)
downloadsorting-algorithms-f3d0006aee9916eb588008d38b06a0f30c4701ce.tar.gz
sorting-algorithms-f3d0006aee9916eb588008d38b06a0f30c4701ce.zip
add `site.github` info to pages
Diffstat (limited to '')
-rw-r--r--_includes/sidebar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 22321f2..b318997 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -1,8 +1,8 @@
<h4>About the project</h4>
<p>Getting the hang out of the sorting algorithms. Feel free to contribute or contact me.</p>
<div class="list-group reasonable-width">
- <a class="list-group-item" href="https://github.com/egor-tensin/sorting-algorithms"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub repository</a>
- <a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span>&nbsp;Egor.Tensin@gmail.com</a>
+ <a class="list-group-item" href="{{ site.github.repository_url }}"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub repository</a>
+ <a class="list-group-item" href="mailto:{{ site.personal_info.email }}"><span class="glyphicon glyphicon-envelope"></span>&nbsp;{{ site.personal_info.email }}</a>
</div>
<p>The implemented algorithms have been plotted to study their performance.
You can examine the plots <a href="{{ site.baseurl }}/plots.html">here</a>.</p>