Connect icons and title

Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
Valentin Popov 2018-04-06 23:54:57 +00:00
parent 400933301b
commit dfe3fab9f1

View File

@ -8,12 +8,17 @@ layout: compress
{% include head.html %} {% include head.html %}
<body> <body>
{% include sidebar.html %} {% include header.html %}
<div class="content container"> {% include icons.html %}
<section class="main">
<div class="container">
<div class="content">
{{ content | normalize_whitespace }} {{ content | normalize_whitespace }}
</div> </div>
</div>
</section>
</body> </body>
</html> </html>