fix spacing

This commit is contained in:
osmarks 2020-08-25 22:58:01 +01:00
parent fc8688ff97
commit f7a63d5cd3
2 changed files with 4 additions and 2 deletions

View File

@ -174,7 +174,9 @@ globalData.renderDate = date => date.format("DD/MM/YYYY")
const runOpenring = async () => {
// wildly unsafe but only runs on input from me anyway
const out = await util.promisify(childProcess.exec)(`./openring -n6 ${globalData.feeds.map(x => "-s " + x).join(" ")} < openring.html`)
const arg = `./openring -n6 ${globalData.feeds.map(x => '-s "' + x + '"').join(" ")} < openring.html`
console.log(arg)
const out = await util.promisify(childProcess.exec)(arg)
console.log(out.stderr)
return out.stdout
}

View File

@ -23,7 +23,7 @@ block content
span.description!= experiment.description
p Get updates to the blog (not experiments) in your favourite RSS reader using the <a href="/rss.xml">RSS feed</a>.
p View some of my projects (and whatever else)
p View some of my projects (and whatever else)
a(href=`https://git.${domain}/`) my git hosting.
.ring!= openring