From 188473e3107b5167f888ad60a40b74a093b67a99 Mon Sep 17 00:00:00 2001 From: Hongbin Qing <98073040+hongbinqing@users.noreply.github.com> Date: Fri, 11 Nov 2022 18:47:45 +0800 Subject: [PATCH] Create lamb.html --- _pages/lamb.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _pages/lamb.html diff --git a/_pages/lamb.html b/_pages/lamb.html new file mode 100644 index 000000000000..d4290071421c --- /dev/null +++ b/_pages/lamb.html @@ -0,0 +1,13 @@ +--- +layout: archive +title: "LAMB Lab" +permalink: /lamb/ +author_profile: true +--- + +{% include base_path %} + + +{% for post in site.lamb %} + {% include archive-single.html %} +{% endfor %}