Adding a card and fixing random
This commit is contained in:
parent
4a05a0bfd9
commit
da61f8b88a
7 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ default_language = "fr"
|
||||||
output_dir = "public"
|
output_dir = "public"
|
||||||
|
|
||||||
ignored_static = [
|
ignored_static = [
|
||||||
"mpring/*.pixi"
|
"*.pixi"
|
||||||
]
|
]
|
||||||
|
|
||||||
theme = "ametrine"
|
theme = "ametrine"
|
||||||
|
|
@ -61,6 +61,7 @@ date_locale = "en_US"
|
||||||
[extra.meta]
|
[extra.meta]
|
||||||
favicon = "icon.png"
|
favicon = "icon.png"
|
||||||
apple_touch_icon = "icon.png"
|
apple_touch_icon = "icon.png"
|
||||||
|
card = "card.png"
|
||||||
|
|
||||||
[extra.nav]
|
[extra.nav]
|
||||||
icon = "icon.png"
|
icon = "icon.png"
|
||||||
|
|
|
||||||
1
static/apple-touch-icon.png
Symbolic link
1
static/apple-touch-icon.png
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
icon.png
|
||||||
BIN
static/card.pixi
Normal file
BIN
static/card.pixi
Normal file
Binary file not shown.
BIN
static/card.png
Normal file
BIN
static/card.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
1
static/favicon.png
Symbolic link
1
static/favicon.png
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
icon.png
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue