There was an error while loading. Please reload this page.
1 parent ddb8ee8 commit 6526a26Copy full SHA for 6526a26
2 files changed
layouts/_partials/docs/brand.html
@@ -0,0 +1,9 @@
1
+<h2 class="book-brand">
2
+ <a class="flex align-center" href="https://v-os.dev">
3
+ {{- with .Site.Params.BookLogo -}}
4
+ <img src="{{ . | relURL }}" alt="VitruvianOS" />
5
+ {{- else -}}
6
+ <span>{{ .Site.Title }}</span>
7
+ {{- end -}}
8
+ </a>
9
+</h2>
static/img/header-logo.svg
0 commit comments