Automated commit & build on 2025-04-23
This commit is contained in:
parent
6375857cd3
commit
d7a484c2d4
6 changed files with 47 additions and 0 deletions
21
layouts/partials/head.html
Normal file
21
layouts/partials/head.html
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
|
||||||
|
|
||||||
|
{{ with .Params.description }}
|
||||||
|
<meta name="description" content="{{ . }}">
|
||||||
|
{{ else if .Site.Params.description }}
|
||||||
|
<meta name="description" content="{{ .Site.Params.description }}">
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<!-- Favicon support -->
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||||
|
<link rel="icon" type="image/png" sizes="48x48" href="/favicon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png">
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
|
<link rel="apple-touch-icon" href="/favicon-48.png">
|
||||||
|
|
||||||
|
{{ partial "styles.html" . }}
|
||||||
|
</head>
|
BIN
static/favicon-16.png
Normal file
BIN
static/favicon-16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 324 B |
BIN
static/favicon-32.png
Normal file
BIN
static/favicon-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 875 B |
BIN
static/favicon-48.png
Normal file
BIN
static/favicon-48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
26
static/favicon.svg
Normal file
26
static/favicon.svg
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1235" height="650" viewBox="0 0 7410 3900">
|
||||||
|
<rect width="7410" height="3900" fill="#b22234"/>
|
||||||
|
<path d="M0,450H7410m0,600H0m0,600H7410m0,600H0m0,600H7410m0,600H0" stroke="#fff" stroke-width="300"/>
|
||||||
|
<rect width="2964" height="2100" fill="#3c3b6e"/>
|
||||||
|
<g fill="#fff">
|
||||||
|
<g id="s18">
|
||||||
|
<g id="s9">
|
||||||
|
<g id="s5">
|
||||||
|
<g id="s4">
|
||||||
|
<path id="s" d="M247,90 317.534230,307.082039 132.873218,172.917961H361.126782L176.465770,307.082039z"/>
|
||||||
|
<use xlink:href="#s" y="420"/>
|
||||||
|
<use xlink:href="#s" y="840"/>
|
||||||
|
<use xlink:href="#s" y="1260"/>
|
||||||
|
</g>
|
||||||
|
<use xlink:href="#s" y="1680"/>
|
||||||
|
</g>
|
||||||
|
<use xlink:href="#s4" x="247" y="210"/>
|
||||||
|
</g>
|
||||||
|
<use xlink:href="#s9" x="494"/>
|
||||||
|
</g>
|
||||||
|
<use xlink:href="#s18" x="988"/>
|
||||||
|
<use xlink:href="#s9" x="1976"/>
|
||||||
|
<use xlink:href="#s5" x="2470"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 875 B |
Loading…
Add table
Reference in a new issue