~stepbrobd/ysun

1650331660404d21ba421b1ee13729d26815048d — Yifei Sun 20 days ago 472be99
header
1 files changed, 13 insertions(+), 6 deletions(-)

M assets/layout/header.vto
M assets/layout/header.vto => assets/layout/header.vto +13 -6
@@ 1,7 1,14 @@
<header class="prose flex flex-row items-center justify-start gap-4">
  <a href="/"><small>Home</small></a>
  <span><small>|</small></span>
  <a href="/stats"><small>Stats</small></a>
  <span><small>|</small></span>
  <a href="/feed.rss"><small>RSS</small></a>
<header class="prose flex flex-row items-center justify-between">
  <section class="prose flex flex-row items-center justify-start gap-4">
    <a href="/"><small>Home</small></a>
    <span><small>|</small></span>
    <a href="/stats"><small>Stats</small></a>
    <span><small>|</small></span>
    <a href="/feed.rss"><small>RSS</small></a>
  </section>
  <section class="prose flex flex-row items-center justify-end gap-4">
    <a href="https://hydra.ysun.co/project/stepbrobd"><small>Hydra</small></a>
    <span><small>|</small></span>
    <a href="https://auth.ysun.co"><small>SSO</small></a>
  </section>
</header>