add: store avatars and banners in uploads
This commit is contained in:
parent
1e50ace8b2
commit
dbed2b2457
36 changed files with 211 additions and 363 deletions
|
@ -20,11 +20,11 @@
|
|||
|
||||
(meta
|
||||
("name" "og:image")
|
||||
("content" "{{ config.host|safe }}/api/v1/auth/user/{{ owner.username }}/avatar?selector_type=username"))
|
||||
("content" "{{ config.service_hosts.buckets|safe }}/avatars/{{ owner.id }}"))
|
||||
|
||||
(meta
|
||||
("name" "twitter:image")
|
||||
("content" "{{ config.host|safe }}/api/v1/auth/user/{{ owner.username }}/avatar?selector_type=usernamev"))
|
||||
("content" "{{ config.service_hosts.buckets|safe }}/avatars/{{ owner.id }}"))
|
||||
|
||||
(meta
|
||||
("name" "twitter:card")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue