We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2344b commit cfad389Copy full SHA for cfad389
_quarto.yml
@@ -347,7 +347,7 @@ format:
347
if (a.textContent.trim() === 'Make a suggestion') {
348
const pageUrl = encodeURIComponent(window.location.href);
349
const pageTitle = encodeURIComponent(document.title);
350
- a.href = 'https://github.com/3mmaRand/comp4biosci/issues/new'
+ a.href = 'https://github.com/3mmaRand/R4BABS/issues/new'
351
+ '?title=' + pageTitle
352
+ '&body=' + pageUrl;
353
a.target = '_blank';
0 commit comments