This commit is contained in:
2026-08-16 19:52:21 +02:00
parent 9eede74f6a
commit 00c14dd912
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title> <title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/svg+xml" href="{{ "favicon.svg" | relURL }}">
<link rel="stylesheet" href="{{ "css/style.css" | relURL }}"> <link rel="stylesheet" href="{{ "css/style.css" | relURL }}">
</head> </head>
<body> <body>
+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="12" fill="#111111"/>
<text x="32" y="45" font-family="Arial, Helvetica, sans-serif" font-size="42" font-weight="bold" fill="#e07b17" text-anchor="middle">b</text>
</svg>

After

Width:  |  Height:  |  Size: 268 B