Complete rework + eleventy
This commit is contained in:
commit
5f2e7393f7
86 changed files with 2785 additions and 0 deletions
13
_includes/header.njk
Normal file
13
_includes/header.njk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<header>
|
||||
<div>
|
||||
<h1>{{ title or "Adrian Victor" }}</h1>
|
||||
<a id="headerSubtitle"><i>{{ subtitle or "Fanasy is not a crime, find your castle in the sky." }}</i></a>
|
||||
</div>
|
||||
<div id="linksHelper">
|
||||
<div id="soundDiv" data-title="Stan LePard - Velkommen" data-source="welcome.mp3"></div>
|
||||
<ul id="headerLinks">
|
||||
<a href="/{{ langKey }}/">{{ i18n[langKey].home }}</a>
|
||||
<a href="/{{ langKey }}/blog/">blog</a>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue