Merge pull request #282 from mr-c/patch-1
authorRaniere Silva <raniere@rgaiacs.com>
Sat, 2 Jun 2018 18:34:30 +0000 (19:34 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Jun 2018 18:34:30 +0000 (19:34 +0100)
remove permalink that breaks asset includes

.gitignore
bin/boilerplate/_config.yml

index 8b84b8e6a397550df92dbf785ddb519bb5beef6e..128437da45e107d9c7e14e943c29e84cb723065c 100644 (file)
@@ -6,3 +6,6 @@
 __pycache__
 _site
 .Rproj.user
+.Rhistory
+.RData
+
index 1f828e907c9e634ea9d3a820065f4b94ce62e0d2..974e568f7706c2640df5f84e926d506466ad26fc 100644 (file)
@@ -8,10 +8,8 @@ carpentry: "swc"
 # Overall title for pages.
 title: "Lesson Title"
 
-# Contact.  This *must* include the protocol: if it's an email
-# address, it must look like "mailto:lessons@software-carpentry.org",
-# or if it's a URL, "https://gitter.im/username/ProjectName".
-email: "mailto:lessons@software-carpentry.org"
+# Email address, no mailto:
+email: "lessons@software-carpentry.org"
 
 #------------------------------------------------------------
 # Generic settings (should not need to change).