From f6b4561c0e34a9b68a57cf883f7161833962cb59 Mon Sep 17 00:00:00 2001
From: Rebecca Murphey <rmurphey@gmail.com>
Date: Thu, 7 Jun 2012 23:38:05 -0400
Subject: [PATCH] removing errant author info

---
 README.md             | 2 +-
 slidenotes/notes.html | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/README.md b/README.md
index f84ee66..4e88ccc 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ Once Node.js and the dependencies are installed, run the following command from
 
 By default, the slides will be served at [localhost:1947](http://localhost:1947).
 
-You can change the appearance of the speaker notes by editing the file at `slidenotes/notes.html`.
+You can change the appearance of the speaker notes by editing the file at `slidenotes/notes.html`.	
 
 ### Known Issues
 
diff --git a/slidenotes/notes.html b/slidenotes/notes.html
index 955dce1..ffcfdcb 100644
--- a/slidenotes/notes.html
+++ b/slidenotes/notes.html
@@ -5,12 +5,6 @@
 
     <title>Slide Notes</title>
 
-    <meta name="description" content="">
-    <meta name="author" content="Rebecca Murphey">
-
-    <meta name="apple-mobile-web-app-capable" content="yes" />
-    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
-
     <style>
       #notes {
         font-family: Helvetica;
-- 
GitLab