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

Template overrides #281

Open
AlanSwenson opened this issue Jul 5, 2023 · 1 comment
Open

Template overrides #281

AlanSwenson opened this issue Jul 5, 2023 · 1 comment

Comments

@AlanSwenson
Copy link

Is there a way to do simple template overrides?

For instance I want to change the default {% post_to_twitter entry.title post_url '<span><i class="fa fa-twitter"></i></span>' %}
in blog_page.html to {% post_to_twitter entry.title post_url '<span><i class="fab fa-twitter"></i></span>' %}

@csalom
Copy link
Member

csalom commented Jul 11, 2023

Hello,
what you can do is to extends blog_page.html and override only the block content.

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

2 participants