CMS Development

soku
Miembro

how do I get the src url of the company logo ?

resolver

Trying to add logo into bootstrap4 html schema and can't find how to get just the url of the company log. Following tag output extra html and can't modify the class it generates. 

{% logo %}
0 Me gusta
1 Soluciones aceptada
Zengoma
Solución
Participante

how do I get the src url of the company logo ?

resolver

I'm kinda late to the party here, but others might find this useful. You can access the site-settings logo using the following site_settings attribute:

{{ site_settings.logoSrc }}

Ver la solución en mensaje original publicado

0 Me gusta
3 Respuestas 3
Zengoma
Solución
Participante

how do I get the src url of the company logo ?

resolver

I'm kinda late to the party here, but others might find this useful. You can access the site-settings logo using the following site_settings attribute:

{{ site_settings.logoSrc }}
0 Me gusta
DanielSanchez
Asesor destacado | Partner nivel Platinum
Asesor destacado | Partner nivel Platinum

how do I get the src url of the company logo ?

resolver

Hi @soku 

 

I see that you talk about Schema. 

 

This link helped me to configure Schema in HubSpot. Look if help you too: https://www.moreycreative.com/blog/adding-schema-to-hubspot-websites

 

Did this post help solve your problem? If so, please mark it as a solution.

Best Regards!

WendyGoh
HubSpot Employee
HubSpot Employee

how do I get the src url of the company logo ?

resolver

Hi @soku,

 

Sincere apologise for the delayed in response.

 

How are you adding logo into bootstrap4 html? Are you able to extract only the src attribute using jquery of the logo image generated by the following hubl:

{% logo %}
0 Me gusta