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
Right now, I am adding the following to the pages I want to display the current conference image in the Meta: pyconbalkan/speaker/views.py:67
image=conference.conference_logo.url if conference.conference_logo else None
I would prefer if the image would be added always in the respective Meta, so that we don't need to insert this in every view.
Also this hardcoded image line should be removed then from pyconbalkan/core/templates/base.html:18:
pyconbalkan/core/templates/base.html:18
<meta name="og:image" content="https://pyconbalkan.com/static/img/pycon-logo.png"/>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now, I am adding the following to the pages I want to display the current conference image in the Meta:
pyconbalkan/speaker/views.py:67
I would prefer if the image would be added always in the respective Meta, so that we don't need to insert this in every view.
Also this hardcoded image line should be removed then from
pyconbalkan/core/templates/base.html:18
:The text was updated successfully, but these errors were encountered: