Skip to content

Commit c60c652

Browse files
committed
replace second page.title
1 parent e9258b9 commit c60c652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overrides/partials/content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const newIssueURL = "https://github.com/cp-algorithms/cp-algorithms/issues/new";
44
const issueTitle = "Problem on article " + {{page.title | tojson }};
55
const issueBody = `
6-
**Article:** [{{page.title}}](${window.location.href})
6+
**Article:** [`+ {{page.title | tojson }} + `](${window.location.href})
77
88
**Problem:**
99
<!--

0 commit comments

Comments
 (0)