Support anchors
I like deep linking. Is it possible that the template also adapts the URL if sections are switched? For instance, if I click on "Usage" at http://t413.com/SinglePaged/ the link should get http://t413.com/SinglePaged/#Usage. Then, if someone else clicks that link, the page should directly jump to "Usage".
It already does, the URL is http://t413.com/SinglePaged/#usage
If I click on "Why", #usage does not change to #why.
The position when using # in the link differs from the position when navigating with the heading.
The position when using # in the link differs from the position when navigating with the navigation bar.
This is a good feature idea that should be added. @sriharshachilakapati is right that this does more-or-less work already, but having the javascript jumping code handle this to a consistant position would be better.