diff --git a/U_BDS_general_template.Rmd b/U_BDS_general_template.Rmd
index 495b65da893349187275fdd9bc9e6ee8e8e50157..b6f5efd0ce42d473d91e880869f6adcf03e7a8be 100644
--- a/U_BDS_general_template.Rmd
+++ b/U_BDS_general_template.Rmd
@@ -1,15 +1,17 @@
 ---
 title: "Title"
 author: 
-  - name: "Add your name | add your email | <https://www.uab.edu/cores/ircp/bds>"
-date: "Add date"
+- name: Nilesh Kumar | nileshkr@uab.edu | <https://www.uab.edu/cores/ircp/bds>
+date: `r Sys.Date()`
 output:
   html_document:
-    css: "style.css"
-    toc: true
-    toc_float: true
+    css: style.css
+    toc: yes
+    toc_float: yes
     includes:
-      after_body: "U_BDS_authorship_note.html"
+      after_body: U_BDS_authorship_note.html
+  pdf_document:
+    toc: yes
 ---
 
 ```{r setup, include=FALSE}