Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 8807779

Browse files
author
Haley Van Dyck
committed
Merge pull request #320 from project-open-data/fix-improve-button
Re-implement "improve this content button"
2 parents 42c8b66 + e099f94 commit 8807779

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ branch: master
88
#global settings, no need to change these
99
root_url: //project-open-data.github.io
1010
org_name: project-open-data
11-
prose_url: http://prose.io
1211

1312
# default build settings for running locally, no need to edit
1413
pymgemnts: true

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="/assets/css/bootstrap.css">
1515
<link rel="stylesheet" href="/assets/css/site.css">
1616

17-
{% capture edit_url %}{{ site.prose_url }}#{{ site.org_name }}/{{ site.repo_name }}/edit/{{ site.branch }}/{{ page.filename }}{% endcapture %}
17+
{% capture edit_url %}https://github.com/{{ site.org_name }}/{{ site.repo_name }}/edit/{{ site.branch }}/{{ page.filename }}{% endcapture %}
1818
</head>
1919
<body class="{{ page.id }}">
2020
<!--[if lt IE 7]>

0 commit comments

Comments
 (0)