I just created one view block to show all my blogs in it. I am getting all fields in twig but unable to call "link to content" to current node of every blog from view block.
Any solution please help me.
I tried like below with url not working
<a class="d-inline-block" href="{{ url }}"> <h2 class="blog-head" style="color: #2d2d2d;">{{ content['#view'].field['field_blog_post_title'].value(row) }}</h2> </a>