aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/sidebar.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 17:16:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 17:16:59 +0300
commit69f431bc618bb319443e257de87cf3d660420e71 (patch)
tree2f87791aef4580eb19dc8ee9d08a4ed32f4ccbbb /_includes/common/sidebar.html
parentadd plain code snippets to posts (diff)
downloadjekyll-theme-69f431bc618bb319443e257de87cf3d660420e71.tar.gz
jekyll-theme-69f431bc618bb319443e257de87cf3d660420e71.zip
bundle modified Bootstrap 3bundled_bootstrap
Diffstat (limited to '')
-rw-r--r--_includes/common/sidebar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/common/sidebar.html b/_includes/common/sidebar.html
index 1a161ba..6d1d17d 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</h2>
+ <h4>About</h4>
<p>{{ site.settings.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>
@@ -8,7 +8,7 @@
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-12">
- <h2 class="h4">Latest posts</h2>
+ <h4>Latest posts</h4>
{% if site.posts.size == 0 %}
<p>Sorry, there're no posts yet.</p>
{% else %}