2022-11-06 04:34:34 +09:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2023-03-08 01:58:55 +09:00
|
|
|
<head>
|
2023-01-06 04:58:41 +09:00
|
|
|
{{ if .title }}
|
2023-06-06 16:04:50 +09:00
|
|
|
<title>{{ .title }} - Gitlin</title>
|
2023-01-06 04:58:41 +09:00
|
|
|
{{ else }}
|
2023-06-06 16:04:50 +09:00
|
|
|
<title>Gitlin</title>
|
2023-01-06 04:58:41 +09:00
|
|
|
{{ end }}
|
2023-03-08 20:02:54 +09:00
|
|
|
<link rel="stylesheet" href="/css/global.css">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
2023-03-08 01:58:55 +09:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-11-06 04:34:34 +09:00
|
|
|
<nav>
|
2023-03-08 01:58:55 +09:00
|
|
|
<div class="navbar">
|
2023-06-06 16:30:34 +09:00
|
|
|
<a href="/" style="text-decoration: none" class="brand">
|
|
|
|
<img src="/logo.png" class="navbarImg" height="30" width="30" alt="ロゴ" />
|
|
|
|
</a>
|
2023-06-07 11:03:32 +09:00
|
|
|
<a class="item" href="/explore">エクスプローラー</a>
|
|
|
|
<a class="item" href="/about">Gitlinについて</a>
|
2023-06-06 16:30:34 +09:00
|
|
|
<a class="item" href="https://owacon.moe/">オワコンテック</a>
|
2023-06-07 11:03:32 +09:00
|
|
|
<div class="right stackable menu">
|
|
|
|
<a class="item" href="https://technicalsuwako.moe/blog/gitlin-{{.ves}}/">Gitlin {{.ver}}</a>
|
|
|
|
</div>
|
2023-03-08 01:58:55 +09:00
|
|
|
</div>
|
2022-11-06 04:34:34 +09:00
|
|
|
</nav>
|