diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/jekyll-theme/posts/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/jekyll-theme/posts/header.html b/_includes/jekyll-theme/posts/header.html index e58f966..c59f12c 100644 --- a/_includes/jekyll-theme/posts/header.html +++ b/_includes/jekyll-theme/posts/header.html @@ -5,7 +5,7 @@ {% else %} {% assign post = page %} {% endif %} - <{{ h }}>{{ post.title }}</{{ h }}> + <{{ h }}><span class="font-size-90">{{ post.title }}</span></{{ h }}> <div class="post-date"> <p class="text-muted font-size-90"> {%- comment -%} |