How to insert some links on header

Ditulis oleh Irfan Jani

If you want to change or add some upper links, 
firstly, go to Layout > Edit HTML
Then, you need to find this code:
<div id='navigation'><ul>
<li class='current_page_item'><a expr:href='data:blog.homepageUrl' title='Home'><span>Home</span></a></li>
<li class='page_item'><a href='#1' title='Link1'><span>Link1</span></a></li>
<li class='page_item'><a href='#2' title='Link2'><span>Link2</span></a></li>
<li class='page_item'><a href='#3' title='Link3'><span>Link3</span></a></li>
</ul>
</div>

Replace #1 with any link that you want, and change Link1 with your own name. Then, click Save Button.