vsis.online/layouts/partials/header.html

16 lines
477 B
HTML
Raw Normal View History

2024-05-12 17:45:35 +02:00
<header>
<img src="/apollo.jpg" style="height:300px"/>
you@<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>:~ $ ls .;<br>
<div style="float: right;"><span style="color:red">❌ ERROR: </span>{{ .Site.Params.subtitle }}</div><br>
<p>
<nav>
{{ with .Site.Menus.main }}
{{ range . }}
you@<a href="{{ $.Site.BaseURL }}">{{ $.Site.Title }}</a>:~ $ <a href="{{ .URL | relURL }}"><b> {{ .Name }}</b></a>;
<br/>
{{ end }}
</nav>
</p>
{{ end }}
</header>