nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
403 stars 190 forks source link

How can I get main page blog url? #670

Open YOBA1112 opened 3 years ago

YOBA1112 commented 3 years ago

For example, I have a post_detail.html which contains that line: <a href="" class="btn btn-outline-dark"><i class="fa fa-angle-left"></i> Back</a> How can I change href link so clicking this button would take me to main page of blog?