-
-
Selected Presentations
- {{ $featuredpubs := where .Pages ".Params.featured" "==" true }}
- {{ range $featuredpubs }}
- {{ .Scratch.Set "showAbstract" true }}
- {{ partial "academia/list-single.html" . }}
- {{ end }}
-
- Other Presentations
- {{ $nonfeaturedpubs := where .Pages ".Params.featured" "==" false }}
- {{ range $nonfeaturedpubs }}
- {{ partial "academia/list-single.html" . }}
- {{ end }}
-
-
-
-{{ end }}
From d3fbc737fd05da64d758ee73e594c55ff858f677 Mon Sep 17 00:00:00 2001
From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com>
Date: Fri, 31 Mar 2023 22:43:21 -0500
Subject: [PATCH 03/29] refactor: Remove custom website layout
---
layouts/websites/list.html | 53 --------------------------------------
1 file changed, 53 deletions(-)
delete mode 100644 layouts/websites/list.html
diff --git a/layouts/websites/list.html b/layouts/websites/list.html
deleted file mode 100644
index 9e5f5e7..0000000
--- a/layouts/websites/list.html
+++ /dev/null
@@ -1,53 +0,0 @@
-{{ define "main" }}
- {{ partial "scrolling-image-header" . }}
-
-
-