Connect icons and title
Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
parent
400933301b
commit
dfe3fab9f1
@ -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 %}
|
||||||
{{ content | normalize_whitespace }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<section class="main">
|
||||||
|
<div class="container">
|
||||||
|
<div class="content">
|
||||||
|
{{ content | normalize_whitespace }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user