summaryrefslogtreecommitdiffstats
path: root/docs/_includes/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_includes/header.html')
-rw-r--r--docs/_includes/header.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html
new file mode 100644
index 0000000..4f2f73b
--- /dev/null
+++ b/docs/_includes/header.html
@@ -0,0 +1,15 @@
+<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
+
+<header class="site-header">
+
+ <div class="wrapper">
+
+ <a class="page-logo" href="{{ site.baseurl }}/">
+ <svg width="202" height="26" viewBox="0 0 202 26">
+ <use href="/assets/systemd-logo.svg#systemd-logo"/>
+ </svg>
+ </a>
+
+ </div>
+
+</header>