Erste Veröffentlichung

This commit is contained in:
2025-05-10 22:08:52 +02:00
parent 86615e280f
commit 34d0f9c0f3
8 changed files with 37 additions and 154 deletions

View File

@@ -1,4 +1,4 @@
{{ define "title" }}{{ .Title }}  B1tsblog{{ end }}
{{ define "title" }}{{ .Title }} - B1ts Star Citizen Blog{{ end }}
{{ define "body" }}
<article>

View File

@@ -7,13 +7,13 @@
{{ if .Description }}
<meta name="description" content="{{ .Description }}">
{{ end }}
<title>{{ block "title" . }}B1tsblog{{ end }}</title>
<title>{{ block "title" . }} - B1ts Star Citizen Blog{{ end }}</title>
<link rel="icon" type="image/vnd.icon" href="/static/img/favicon.ico">
<link rel="stylesheet" href="/static/main.css">
</head>
<body>
<header>
<h1><a href="/" class="no-underline">B1tsblog</a></h1>
<h1><a href="/" class="no-underline">B1ts Star Citizen Blog</a></h1>
<nav class="main-nav">
<ul>
<li><a class="no-underline" href="/">Start</a></li>

View File

@@ -1,4 +1,4 @@
{{ define "title" }}{{ .Title }}  B1tsblog{{ end }}
{{ define "title" }}{{ .Title }} - B1ts Star Citizen Blog{{ end }}
{{ define "body" }}
<article>