Skip to content

Commit 6526a26

Browse files
committed
Update content
1 parent ddb8ee8 commit 6526a26

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

layouts/_partials/docs/brand.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)