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 %}
|
||||
|
||||
<body>
|
||||
{% include sidebar.html %}
|
||||
{% include header.html %}
|
||||
|
||||
<div class="content container">
|
||||
{{ content | normalize_whitespace }}
|
||||
</div>
|
||||
{% include icons.html %}
|
||||
|
||||
<section class="main">
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
{{ content | normalize_whitespace }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user