diff --git a/site/static/style.less b/site/static/style.less index c414a1b947..fc0b880214 100644 --- a/site/static/style.less +++ b/site/static/style.less @@ -698,9 +698,15 @@ footer ul li > a { margin-left: 1em; } +.subtitle { + font-size: 80%; + font-weight: normal; + font-family: "Helvetica Neue", Helvetica; +} + .toc { font-size: 14px; - margin-bottom: 20px; + margin: 20px 0; background: #fbfbfb; border-left: 2px solid #eee; } diff --git a/site/templates/page.html b/site/templates/page.html index 3b519e127e..8708ab74a8 100644 --- a/site/templates/page.html +++ b/site/templates/page.html @@ -17,7 +17,8 @@ {% block content %}
-

{{ post.title }} {{ post.meta.subtitle }}

+

{{ post.title }} {{ post.meta.subtitle }}

+ {{ post.meta.description }}
{{ post.toc }}
{{ post.html|add_anchor }}