Skip to content

Commit

Permalink
Source renamed to author
Browse files Browse the repository at this point in the history
  • Loading branch information
LazeMSS committed Mar 30, 2021
1 parent 712d636 commit 3736c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h5 class="card-title">[name]</h5>\
if (s == "org"){
// Hack to handle org
if (data[s] != false){
newTemplate = newTemplate.replace('[org]','<a href="[org]" target="_blank"class="btn btn-sm btn-secondary">Source</a>');
newTemplate = newTemplate.replace('[org]','<a href="[org]" target="_blank"class="btn btn-sm btn-secondary">Author</a>');
}else{
data[s] = '';
}
Expand Down

0 comments on commit 3736c82

Please sign in to comment.