nemhugo/layouts
Jack Taylor 54959770bf Fix URLs for sites where baseURL is not the domain root
It turns out that the fix for static links in 6528985ed breaks
sites where baseURL is not at the domain root, (i.e. the Hugo site
is at http://www.example.com/foo/, not http://www.example.com/).
This is because the link strings passed to absURL and absLangURL
have a leading slash, which Hugo resolves to the domain root. This
commit fixes the problem by removing removing the leading slash
from these strings.

Fixes #57
2017-05-04 20:21:14 +09:00
..
_default Header title for list and hashtags 2017-04-24 23:43:55 -07:00
partials Fix URLs for sites where baseURL is not the domain root 2017-05-04 20:21:14 +09:00
shortcodes Generate galleries from image directories 2017-04-03 00:50:26 -07:00
404.html Fix template indentation 2017-04-17 12:44:50 +09:00
index.html Fix template indentation 2017-04-17 12:44:50 +09:00