Compare commits
2 Commits
c88cf623f0
...
e266c9c78f
| Author | SHA1 | Date | |
|---|---|---|---|
| e266c9c78f | |||
| 229f78a7ee |
Binary file not shown.
|
Before Width: | Height: | Size: 5.0 MiB |
BIN
internal/web/static/img/favicon.ico
Normal file
BIN
internal/web/static/img/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.9 MiB |
BIN
internal/web/static/img/placeholder.webp
Normal file
BIN
internal/web/static/img/placeholder.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@@ -5,7 +5,7 @@
|
||||
{{ if .Cover }}
|
||||
<img class="hero" src="{{ .Cover }}" alt="">
|
||||
{{ end }}
|
||||
|
||||
<p><a href="/">← Zurück zur Übersicht</a></p>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "02.01.2006" }}</time>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<meta name="description" content="{{ .Description }}">
|
||||
{{ end }}
|
||||
<title>{{ block "title" . }}B1tsblog{{ end }}</title>
|
||||
<link rel="icon" type="image/vnd.icon" href="/static/img/favicon.ico">
|
||||
<link rel="stylesheet" href="/static/main.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
{{ if .Cover }}
|
||||
<img src="{{ .Cover }}" alt="">
|
||||
{{ else }}
|
||||
<img src="/static/img/placeholder.png" alt="">
|
||||
<img src="/static/img/placeholder.webp" alt="">
|
||||
{{ end }}
|
||||
<div class="card-content">
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
{{ define "body" }}
|
||||
<article>
|
||||
<p><a href="/">← Zurück zur Übersicht</a></p>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<div class="article-content">{{ .Body }}</div>
|
||||
<p><a href="/">← Zurück</a></p>
|
||||
|
||||
Reference in New Issue
Block a user