-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 759 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: base
---
<div class="wrapper">
<header>
{% if site.akkeylab.logo %}
<div class="logo-container">
<a class="logo" href="{{ page.baseurl }}" style="background-image: url('{{ site.baseurl }}{{ site.akkeylab.logo }}')"></a>
</div>
{% endif %}
{% if site.akkeylab.author %}
<div class="author-container"><h1>{{ site.akkeylab.author }}</h1></div>
{% endif %}
{% if site.akkeylab.tagline %}
<div class="tagline-container"><p>{{ site.akkeylab.tagline }}</p></div>
{% endif %}
</header>
<main>
{% if site.akkeylab.include_content %}
<div class="content">
{% include content.html %}
</div>
{% endif %}
</main>
</div>