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

Tags template do not support index.html override #16

Open
makadaw opened this issue Jan 17, 2020 · 0 comments
Open

Tags template do not support index.html override #16

makadaw opened this issue Jan 17, 2020 · 0 comments

Comments

@makadaw
Copy link

makadaw commented Jan 17, 2020

I have an override for index.html template in my templates folder and it's working fine with page.html template, but for tags, it's ignored.
As a workaround, I have created another template for tags:

{% extends "after-dark/templates/tags/list.html" %}

{% block extra_head %}
# ... my changes
{% endblock %}

Don't know is this engine problem or template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant