Hey, my current toml file uses the following configuration:
baseurl = "http://blog.projjol.me/"
relativeURLs = true
title = "Macrocosm"
languageCode = "en-us"
theme = "simple-a"
In themes/simple-a/layouts/chrome/menu I have <a href="{{ .Site.BaseUrl }}">
which gets rendered as <a href >
. Where might I be going wrong?
P.S. I run hugo server
to start the webserver.