There was an error while loading. Please reload this page.
1 parent 884673b commit b381581Copy full SHA for b381581
2 files changed
layouts/_partials/docs/brand.html
@@ -1,5 +1,7 @@
1
-<div class="book-brand">
2
- <a href="https://v-os.dev">
3
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 196 34" style="height:1.4em;width:auto;display:block"><text x="1" y="26" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif" font-weight="700" font-size="26" letter-spacing="-0.3"><tspan fill="#cc1111">V</tspan><tspan fill="#1a1a1a">itruvian</tspan><tspan fill="#0055cc">OS</tspan></text></svg>
+<h2 class="book-brand">
+ <a class="flex align-center" href="{{ cond (not .Site.Home.File) .Sites.Default.Home.RelPermalink .Site.Home.RelPermalink }}">
+ <img src="/img/favicon.svg" alt="VitruvianOS atom" style="height: 1.5em; margin-right: 0.4em;" />
4
+ <img src="/img/vitruvianos-logo.svg" alt="VitruvianOS" style="height: 1.5em;" />
5
+ <span class="sr-only">{{ .Site.Title }}</span>
6
</a>
-</div>
7
+</h2>
static/img/favicon.svg
0 commit comments