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 e9258b9 commit c60c652Copy full SHA for c60c652
src/overrides/partials/content.html
@@ -3,7 +3,7 @@
3
const newIssueURL = "https://github.com/cp-algorithms/cp-algorithms/issues/new";
4
const issueTitle = "Problem on article " + {{page.title | tojson }};
5
const issueBody = `
6
- **Article:** [{{page.title}}](${window.location.href})
+ **Article:** [`+ {{page.title | tojson }} + `](${window.location.href})
7
8
**Problem:**
9
<!--
0 commit comments