mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
Inital
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<header class="topbar">
|
||||
<div class="topbar-content">
|
||||
<em>
|
||||
<a href="{{ "/" | relURL }}" class="site-title">
|
||||
{{ .Site.Title }}
|
||||
</a>
|
||||
</em>
|
||||
<nav class="nav-links">
|
||||
<a href="{{ "blog/" | relURL }}">~/blog</a>
|
||||
<a href="{{ "whoami/" | relURL }}">~/whoami</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user