Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Logo #12

Open
rochacbruno opened this issue Oct 15, 2024 · 0 comments
Open

[feat] Logo #12

rochacbruno opened this issue Oct 15, 2024 · 0 comments
Labels

Comments

@rochacbruno
Copy link
Owner

rochacbruno commented Oct 15, 2024

When on marmite.yaml there is

banner_image: media/image.png
card_image: media/og_card.png

Those 2 are currently used for og _image and banner,

It is missing a logo

logo_image: media/logo.png

Then this data will be available on templates

{%if site.logo_image %}
<img src="{{ url_for(path=site.logo_image) }}" />
{% endif %}

Change the templates to allow this customization.


The builtin template should show the logo instead of site title in the menu

@rochacbruno rochacbruno changed the title [feat] Logo and header [feat] Logo Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant