diff --git a/index.html b/index.html
index fcf168b..1c6b997 100644
--- a/index.html
+++ b/index.html
@@ -87,7 +87,7 @@
[name]
\
if (s == "org"){
// Hack to handle org
if (data[s] != false){
- newTemplate = newTemplate.replace('[org]','Source');
+ newTemplate = newTemplate.replace('[org]','Author');
}else{
data[s] = '';
}