puput
puput copied to clipboard
Template overrides
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>' %}
Hello,
what you can do is to extends blog_page.html
and override only the block content
.