nemhugo/exampleSite
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
..
content Photoswipe now allows alternate text for caption 2017-04-02 22:15:03 -07:00
layouts/partials Add empty partials for custom html in head and footer 2017-04-02 23:50:42 +01:00
static Fix Hugo theme requirements 2016-03-19 00:03:43 -07:00
config.toml Fix URLs for sites where baseURL is not the domain root 2017-05-04 20:21:14 +09:00