Skip to content

Commit dcfe8f5

Browse files
committed
Fix URL
1 parent 2ee953f commit dcfe8f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ gem "minima", "~> 2.0"
2020
# If you have any plugins, put them here!
2121
group :jekyll_plugins do
2222
gem "jekyll-feed", "~> 0.6"
23+
gem "jekyll-seo-tag", "~> 2.0"
2324
end
2425

2526
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: "MIT Laboratory for Computational Physiology"
22
description: "Advancing healthcare through computational physiology and machine learning."
33
baseurl: ""
4-
url: "https://mit-lcp.github.io"
4+
url: "https://lcp.mit.edu"
55
theme: minima
66
plugins:
77
- jekyll-feed

0 commit comments

Comments
 (0)