From 0397ed6cd63236a69a55ceb047d6e27d4aa5185e Mon Sep 17 00:00:00 2001 From: Lucas McCullum Date: Tue, 8 Sep 2020 13:43:44 -0400 Subject: [PATCH 1/2] Makes some links open in new tabs #60 Changes some links to open in a new tab. Specifically, the links in the footer and the continue reading links were changed. Direct links to other pages in the navbar are unchanged. Fixes part of #60. --- templates/footer.html | 18 +++++++++--------- templates/index.html | 4 ++-- templates/news.html | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/footer.html b/templates/footer.html index 21dc0c0..21edf31 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -14,11 +14,11 @@ @@ -28,7 +28,7 @@ 77 Massachusetts Avenue
Cambridge, MA 02139, USA

 contact@lcp.mit.edu
-  Github

+  Github

@@ -36,17 +36,17 @@
diff --git a/templates/index.html b/templates/index.html index 6dee446..0c2ed83 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@

Welcome

The Laboratory for Computational Physiology (LCP), under the direction of Professor Roger Mark, is focused on research at the intersection of medicine and engineering.

- Continue Reading... + Continue Reading...

@@ -43,7 +43,7 @@

Latest News

{{ post.title }}

{{ post.date }}

{{ post.content | safe | truncate(200)}}

- Continue reading + Continue reading diff --git a/templates/news.html b/templates/news.html index f252f8d..eee43b0 100644 --- a/templates/news.html +++ b/templates/news.html @@ -44,7 +44,7 @@

News

{{ post.title }}

{{ post.date }}

{{ post.content | safe }}

-

Read more..

+

Read more..

{% endif %} {% endfor %} From 245c5162c4c1ae983a1c538c0da1805c14a2f888 Mon Sep 17 00:00:00 2001 From: Lucas McCullum Date: Tue, 8 Sep 2020 16:16:15 -0400 Subject: [PATCH 2/2] Removes some new page links --- templates/index.html | 4 ++-- templates/news.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 0c2ed83..6dee446 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@

Welcome

The Laboratory for Computational Physiology (LCP), under the direction of Professor Roger Mark, is focused on research at the intersection of medicine and engineering.

- Continue Reading... + Continue Reading...

@@ -43,7 +43,7 @@

Latest News

{{ post.title }}

{{ post.date }}

{{ post.content | safe | truncate(200)}}

- Continue reading + Continue reading diff --git a/templates/news.html b/templates/news.html index eee43b0..f252f8d 100644 --- a/templates/news.html +++ b/templates/news.html @@ -44,7 +44,7 @@

News

{{ post.date }}

{{ post.content | safe }}

-

Read more..

+

Read more..

{% endif %} {% endfor %}