-
+.ve-meta title="Plant Humanities Lab" description="Explore the cultural histories of plants and their influence on human societies."
+
+.ve-header label="Plant Humanities Lab" logo=https://raw.githubusercontent.com/jstor-labs/plant-humanities/main/images/phl-website-png-logo.png background=gh:jstor-labs/plant-humanities/images/header.jpg subtitle="Explore the cultural histories of plants and their influence on human societies" url=/ sticky
# Featured Plant Narratives
diff --git a/_config.yml b/_config.yml
index 5e107fb1b..b69a75ff8 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,7 +6,7 @@ author:
# The `>` after `description:` means to ignore line-breaks until next key.
# If you want to omit the line-break after the end of text, use `>-` instead.
description: >-
- Quickly build websites using Github Pages, Markdown, and interactive viewers.
+ Explore the cultural histories of plants and their influence on human societies.
github:
owner: jstor-labs
@@ -16,6 +16,5 @@ github:
url: https://beta.plant-humanities.org/
baseurl: /
-layout:
- header: false
- footer: false
+# components: https://rsnyder.github.io/ezpage-wc/js/index.js,https://juncture-digital.github.io/web-components/js/index.js
+components: https://juncture-digital.github.io/web-components/js/index.js
diff --git a/_layouts/default.html b/_layouts/default.html
index c75eec326..93758a034 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -8,39 +8,25 @@
{%- seo -%}
-
-
-
-
-
-
-
-
-
-
-
+
+
- {%- if site.layout.header == "true" -%}
- {%- include header.html -%}
- {%- endif -%}
{{ content }}
- {%- if site.layout.footer == "true" -%}
- {%- include footer.html -%}
- {%- endif -%}