This commit is contained in:
parent
dad4b49fcb
commit
7e11f77e21
9 changed files with 16 additions and 1 deletions
|
@ -31,4 +31,13 @@
|
||||||
<link rel="stylesheet" type="text/css" href="/css/style.css" />
|
<link rel="stylesheet" type="text/css" href="/css/style.css" />
|
||||||
{{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title =
|
{{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title =
|
||||||
.Site.Title }}{{ end }}
|
.Site.Title }}{{ end }}
|
||||||
|
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
|
||||||
|
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png">
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
<div class="p-4 min-h-[40.27px] flex flex-row w-full justify-between bg-black">
|
<div class="p-4 min-h-[40.27px] flex flex-row w-full justify-between bg-black">
|
||||||
<a aria-label="Back to home" href="/"><img class="w-44 h-[40.2667px]" alt="{{ .Site.Params.logoAlt }}" src="{{ .Site.Params.logo }}" /></a>
|
<a aria-label="Back to home" href="/"
|
||||||
|
><img
|
||||||
|
class="w-44 h-[40.2667px]"
|
||||||
|
alt="{{ .Site.Params.logoAlt }}"
|
||||||
|
src="{{ .Site.Params.logo }}"
|
||||||
|
/></a>
|
||||||
<nav class="place-self-center h-8 flex justify-end gap-2 text-white pr-6">
|
<nav class="place-self-center h-8 flex justify-end gap-2 text-white pr-6">
|
||||||
{{ range .Site.Menus.main }}
|
{{ range .Site.Menus.main }}
|
||||||
<a
|
<a
|
||||||
|
|
BIN
themes/gallo/static/android-chrome-192x192.png
Normal file
BIN
themes/gallo/static/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
themes/gallo/static/android-chrome-512x512.png
Normal file
BIN
themes/gallo/static/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
themes/gallo/static/apple-touch-icon.png
Normal file
BIN
themes/gallo/static/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
themes/gallo/static/favicon-16x16.png
Normal file
BIN
themes/gallo/static/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 500 B |
BIN
themes/gallo/static/favicon-32x32.png
Normal file
BIN
themes/gallo/static/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/gallo/static/favicon.ico
Normal file
BIN
themes/gallo/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
1
themes/gallo/static/site.webmanifest
Normal file
1
themes/gallo/static/site.webmanifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
Loading…
Add table
Reference in a new issue