mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
b41a3f66c9
Add custom Jekyll theme, logo, webfont and .gitignore FIXME: the markdown files have some H1 headers which need to be replaced with H2
12 lines
192 B
HTML
12 lines
192 B
HTML
<header class="site-header">
|
|
|
|
<div class="wrapper">
|
|
|
|
<a class="page-logo" href="{{ site.baseurl }}/">
|
|
<img src="/assets/page-logo.svg" alt="systemd">
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</header>
|