From f9775adb236ded6084144c955a4a68de1472e5bf Mon Sep 17 00:00:00 2001
From: Nilesh Kumar <nileshkr@uab.edu>
Date: Tue, 6 Jun 2023 09:40:06 -0500
Subject: [PATCH] Update U_BDS_general_template.Rmd

---
 U_BDS_general_template.Rmd | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/U_BDS_general_template.Rmd b/U_BDS_general_template.Rmd
index b6f5efd..ef670b9 100644
--- a/U_BDS_general_template.Rmd
+++ b/U_BDS_general_template.Rmd
@@ -1,17 +1,15 @@
 ---
 title: "Title"
 author: 
-- name: Nilesh Kumar | nileshkr@uab.edu | <https://www.uab.edu/cores/ircp/bds>
-date: `r Sys.Date()`
+  - name: "Nilesh Kumar | nileshkr@uab.edu | <https://www.uab.edu/cores/ircp/bds>"
+date: "`r format(Sys.Date(), ' %B %d %Y')`"
 output:
   html_document:
-    css: style.css
-    toc: yes
-    toc_float: yes
+    css: "style.css"
+    toc: true
+    toc_float: true
     includes:
-      after_body: U_BDS_authorship_note.html
-  pdf_document:
-    toc: yes
+      after_body: "U_BDS_authorship_note.html"
 ---
 
 ```{r setup, include=FALSE}
-- 
GitLab