fix: add parameters on sample and var for logo
This commit is contained in:
parent
78532f230c
commit
4cf9cce6ad
@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
|
||||||
"authority": "http://localhost:8000/",
|
"authority": "http://localhost:8000/",
|
||||||
|
"clientLogo": "/images/logo.png",
|
||||||
|
"authorityName": "djangoldp-server-name",
|
||||||
|
"clientName": "Sib App",
|
||||||
"endpoints": {
|
"endpoints": {
|
||||||
"businessproviders": "http://localhost:8000/businessproviders/",
|
"businessproviders": "http://localhost:8000/businessproviders/",
|
||||||
"circles": "http://localhost:8000/circles/",
|
"circles": "http://localhost:8000/circles/",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#logo
|
#logo
|
||||||
sib-link(next='members')
|
sib-link(next='members')
|
||||||
img(src='/images/logo.png' width=111 height=32)
|
img(src=`${clientLogo || '/images/logo.png'}` width=111 height=32)
|
||||||
|
|
||||||
//- #search-bar
|
//- #search-bar
|
||||||
//- input#search-input(type='search')
|
//- input#search-input(type='search')
|
||||||
|
Loading…
Reference in New Issue
Block a user