mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-18 12:37:05 +02:00
This will allow us to iterate faster on documentation for multiple versions of Talos. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
11 lines
215 B
Vue
11 lines
215 B
Vue
<template>
|
|
<a href="/" class="site-title">
|
|
<img
|
|
id="header-logo"
|
|
src="/images/TalosSystems_Horizontal_Logo_FullColor_RGB-for-site.svg"
|
|
alt="Talos"
|
|
width="350"
|
|
/>
|
|
</a>
|
|
</template>
|