Skip to content

Commit f2e7b08

Browse files
committed
remove permalink
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 7ed56ac commit f2e7b08

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

_includes/editable.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
var did = $(e).attr('id');
4242
var start = '<div class="dropdown more"><span><i class="fa fa-ellipsis-h more" title="Edit"></i></span><div class="dropdown-content">';
4343

44-
// Permalink
45-
var link = "{{ site.url }}{{ site.baseurl }}{{ page.url }}#" + did;
46-
var button = "<p><a href='" + link + "' target='_blank'>Permalink</a></p>";
47-
start += button;
48-
4944
// Edit (assuming deployed under main organization repo)
5045
var link = "{{ site.repo }}/edit/master/{{ page.path }}#" + did;
5146
var button = "<p><a href='" + link + "' target='_blank'>Edit this page</a></p>";

0 commit comments

Comments
 (0)