diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-05 17:16:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-05 17:16:59 +0300 |
commit | 69f431bc618bb319443e257de87cf3d660420e71 (patch) | |
tree | 2f87791aef4580eb19dc8ee9d08a4ed32f4ccbbb /_includes/common/sidebar.html | |
parent | add plain code snippets to posts (diff) | |
download | jekyll-theme-69f431bc618bb319443e257de87cf3d660420e71.tar.gz jekyll-theme-69f431bc618bb319443e257de87cf3d660420e71.zip |
bundle modified Bootstrap 3bundled_bootstrap
Diffstat (limited to '_includes/common/sidebar.html')
-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 %} |