We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When on marmite.yaml there is
marmite.yaml
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When on
marmite.yaml
there isThose 2 are currently used for og _image and banner,
It is missing a
logo
Then this data will be available on templates
Change the templates to allow this customization.
The builtin template should show the logo instead of site title in the menu
The text was updated successfully, but these errors were encountered: