Skip to content

Commit e099f94

Browse files
committed
Use :octocat:, rather than Prose for editing
Fixes project-open-data#315.
1 parent 2957179 commit e099f94

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)