So I found out the solution to add previous and next post link on the Tumblr site.
{block:PermalinkPagination}
{block:PreviousPost} < a href="{PreviousPost}" class="menu_item pagination_link">« Previous< /a>{/block:PreviousPost}
{block:NextPost} < a href="{NextPost}" class="menu_item pagination_link">Next »< /a>{/block:NextPost}
{/block:PermalinkPagination}
Simply put the above code to the place, where you want to show the pagination link on the single post page.