diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/common/sidebar.html | 4 |
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> 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 %} |