Erste Veröffentlichung
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{ define "title" }}{{ .Title }} – B1tsblog{{ end }}
|
||||
{{ define "title" }}{{ .Title }} - B1ts Star Citizen Blog{{ end }}
|
||||
|
||||
{{ define "body" }}
|
||||
<article>
|
||||
|
@@ -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>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{{ define "title" }}{{ .Title }} – B1tsblog{{ end }}
|
||||
{{ define "title" }}{{ .Title }} - B1ts Star Citizen Blog{{ end }}
|
||||
|
||||
{{ define "body" }}
|
||||
<article>
|
||||
|
Reference in New Issue
Block a user