diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index e5d6197..1ae5ccf 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,7 +10,7 @@ layout: default {% capture date %}<p>{{ category }}{{ date }}</p>{% endcapture %} -{% capture title %}<h1>{{ page.title }}</h1>{% endcapture %} +{% capture title %}<h1><span class="font-size-90">{{ page.title }}</span></h1>{% endcapture %} {% include jekyll-theme/flex-header.html title=title right=date %} {{ content }} |