From a6e4d25bd3d222d13ea88458b81286ed1400c6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Sun, 16 Jun 2024 11:14:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=AA=E7=83=AD=E5=8A=9B=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/farallon/layouts/index.html | 2 + themes/farallon/layouts/partials/hotmap.html | 430 +++++++++++++++++++ themes/farallon/layouts/partials/talks.html | 85 ++++ 3 files changed, 517 insertions(+) create mode 100644 themes/farallon/layouts/partials/hotmap.html create mode 100644 themes/farallon/layouts/partials/talks.html diff --git a/themes/farallon/layouts/index.html b/themes/farallon/layouts/index.html index dd11466..3705362 100644 --- a/themes/farallon/layouts/index.html +++ b/themes/farallon/layouts/index.html @@ -3,7 +3,9 @@ {{ if $.Site.Params.showprofile }} {{ partial "profile.html" . }} {{ end }} + {{ partial "talks.html" . }}
+ {{ partial "hotmap.html" . }} {{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }} {{ $paginator := .Paginate ($pages) }} {{ range $paginator.Pages }} diff --git a/themes/farallon/layouts/partials/hotmap.html b/themes/farallon/layouts/partials/hotmap.html new file mode 100644 index 0000000..e18b34b --- /dev/null +++ b/themes/farallon/layouts/partials/hotmap.html @@ -0,0 +1,430 @@ +
+ + \ No newline at end of file diff --git a/themes/farallon/layouts/partials/talks.html b/themes/farallon/layouts/partials/talks.html new file mode 100644 index 0000000..d7dc20d --- /dev/null +++ b/themes/farallon/layouts/partials/talks.html @@ -0,0 +1,85 @@ + + +
+
+
+
+
+ + \ No newline at end of file