haccfiles/websites/mumble.infra4future.de/_includes/top-bar.html
stuebinm d9801ff25e
modules/website.nix init
idea is to have a directory `websites/` which contains all our static
sites, with the name of each subdirectory also being their domain. Then
Nix can just read that directory during build-time and automatically
generate nginx virtualHosts for all of them (note that the
subdirectories have to contain a `default.nix` specifying how to build
the site for that to work).

Thus we could avoid the dependency on gitlab pages.
2022-01-06 23:04:44 +01:00

7 lines
189 B
HTML

<div style="margin-bottom:8em;">
<a href="{{site.baseurl}}/"></a>
<div class="header">
<a class="site-title" href="{{site.baseurl}}/">{{ page.title }}</a>
</div>
</div>