Closed MokoJumbie closed 10 years ago
It appears to be because the base href is not set in the template.
I fixed it by adding the standard base href tag to the template header: <base href="[[++site_url]]" />
<base href="[[++site_url]]" />
Good catch. Committed.
It appears to be because the base href is not set in the template.
I fixed it by adding the standard base href tag to the template header:
<base href="[[++site_url]]" />