Change default favicon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
88069799f0
commit
f792c806bc
4 changed files with 3544 additions and 1 deletions
|
@ -163,8 +163,13 @@
|
|||
description: "Pleroma: An efficient and flexible fediverse server",
|
||||
short_description: "",
|
||||
background_image: "/images/city.jpg",
|
||||
<<<<<<< HEAD
|
||||
instance_thumbnail: "/instance/thumbnail.jpeg",
|
||||
favicon: "/favicon.png",
|
||||
=======
|
||||
instance_thumbnail: "/instance/thumbnail.png",
|
||||
favicon: "/favicon.svg",
|
||||
>>>>>>> 0f1452566e (Change default favicon)
|
||||
limit: 5_000,
|
||||
description_limit: 5_000,
|
||||
remote_limit: 100_000,
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
name: "Soapbox",
|
||||
description: "Social media owned by you",
|
||||
instance_thumbnail: "/instance/thumbnail.png",
|
||||
favicon: "/favicon.svg",
|
||||
account_approval_required: true,
|
||||
moderator_privileges: [
|
||||
:users_read,
|
||||
|
|
|
@ -33,7 +33,7 @@ defmodule Pleroma.Constants do
|
|||
|
||||
const(static_only_files,
|
||||
do:
|
||||
~w(index.html robots.txt static static-fe finmoji emoji packs sounds images instance sw.js sw-pleroma.js favicon.png schemas doc embed.js embed.css)
|
||||
~w(index.html robots.txt static static-fe finmoji emoji packs sounds images instance sw.js sw-pleroma.js favicon.png favicon.svg schemas doc embed.js embed.css)
|
||||
)
|
||||
|
||||
const(status_updatable_fields,
|
||||
|
|
3537
priv/static/favicon.svg
Normal file
3537
priv/static/favicon.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 320 KiB |
Loading…
Reference in a new issue