I want to add a hashtag (#) in all pages, the reason is that the header height is too long, and I don't want the user to scroll down every time the page loads to see the content of the page.
I have added a link called "hash" so that the page will point to the title page instead
<!-- Page Title -->
<div class="flexslider">
<a name="hash"></a>
<div class="titlepage"><h2>{{ $page_title }}</h2></div>
</div><!--/flexslider-->
<!-- End Page Title -->
I am using Laravel 4, not sure if Laravel has a function to append it to all URL e.g. my_project/employee#hash