vsis.online/layouts/partials/header.html
Roddy González bdffa42684
Add a post about NetBSD installation with CGD in UEFI
Also, edit the header and footer to make it a bit cleaner
2024-06-06 22:55:18 +02:00

12 lines
407 B
HTML

<header>
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>
you@<a href="{{ $.Site.BaseURL }}">{{ $.Site.Title }}</a>:~ $
{{ with .Site.Menus.main }}
{{ range . }}
<a href="{{ .URL | relURL }}"><b> {{ .Name }}</b></a>;
{{ end }}
</p>
{{ end }}
</header>