Adding favicons
|
|
@ -49,15 +49,6 @@ params:
|
||||||
- posts
|
- posts
|
||||||
- gear
|
- gear
|
||||||
|
|
||||||
assets:
|
|
||||||
# disableHLJS: true # to disable highlight.js
|
|
||||||
# disableFingerprinting: true
|
|
||||||
favicon: "<link / abs url>"
|
|
||||||
favicon16x16: "<link / abs url>"
|
|
||||||
favicon32x32: "<link / abs url>"
|
|
||||||
apple_touch_icon: "<link / abs url>"
|
|
||||||
safari_pinned_tab: "<link / abs url>"
|
|
||||||
|
|
||||||
label:
|
label:
|
||||||
text: "ritual"
|
text: "ritual"
|
||||||
icon: /images/android-chrome-512x512.png
|
icon: /images/android-chrome-512x512.png
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ author: Dan
|
||||||
type: page
|
type: page
|
||||||
date: 2024-01-09T11:46:01+00:00
|
date: 2024-01-09T11:46:01+00:00
|
||||||
comments: false
|
comments: false
|
||||||
|
disableCoffee: true
|
||||||
|
|
||||||
---
|
---
|
||||||
<div class="wp-block-group alignfull has-accent-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
|
<div class="wp-block-group alignfull has-accent-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,9 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
{{- if ne .Params.disableCoffee true }}
|
||||||
{{- partial "buy_me_a_coffee.html" . -}}
|
{{- partial "buy_me_a_coffee.html" . -}}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
{{- if (.Param "ShowPostNavLinks") }}
|
{{- if (.Param "ShowPostNavLinks") }}
|
||||||
{{- partial "post_nav_links.html" . }}
|
{{- partial "post_nav_links.html" . }}
|
||||||
|
|
@ -57,7 +59,6 @@
|
||||||
{{- partial "share_icons.html" . -}}
|
{{- partial "share_icons.html" . -}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
{{- if (.Param "comments") }}
|
{{- if (.Param "comments") }}
|
||||||
|
|
|
||||||
BIN
static/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
static/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
static/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
static/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
static/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
static/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
static/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |