Skip to content

Commit

Permalink
Canonical link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Breck Yunits authored and Breck Yunits committed Mar 23, 2023
1 parent 4fe5f93 commit 9266a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/PLDB.js
Expand Up @@ -774,7 +774,7 @@ pipeTable
if (title.includes("%20")) throw new Error("bad space in title: " + title)

return `import ../header.scroll
baseUrl https://pldb.com/truebase/
title ${title}
title ${title} - ${lodash.upperFirst(typeName)}
Expand Down

0 comments on commit 9266a14

Please sign in to comment.