From 031902ded79a63e8740aa5a9cf357cb352763800 Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 12 Sep 2021 16:17:25 -0700 Subject: [PATCH] added links to project in print view --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index db535f1..f334668 100644 --- a/index.html +++ b/index.html @@ -172,8 +172,8 @@ `; detailedlist += ` -
- ${el.querySelector("title").innerHTML}
+
+ ${el.querySelector("title").innerHTML}
${el.querySelector("description").innerHTML}
`; });