diff --git a/content/_index.md b/content/_index.md index 82353b5..874cb5b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -40,26 +40,6 @@ Exit to Community is a search for another way—a path where organizations can m -
-

Explore E2C

-
-
-

Case Studies

-

Real examples of companies that have attempted or achieved community ownership transitions

- Explore Cases -
-
-

Legal Snippets

-

Legal documents and frameworks for implementing community ownership structures

- View Legal Resources -
-
-

Resources

-

Educational materials, primers, and guides for Exit to Community transitions

- Access Resources -
-
-
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 4475f61..00d93be 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -22,6 +22,11 @@

Last updated: {{ .Date.Format "January 2, 2006" }}

{{ end }}
+ {{ if .Params.external_url }} +
Website
+ {{ else if .Params.url_external }} +
Website
+ {{ end }} {{ if .Params.tags }}
{{ range .Params.tags }} @@ -29,11 +34,6 @@ {{ end }}
{{ end }} - {{ if .Params.external_url }} -
Project Website
- {{ else if .Params.url_external }} -
Project Website
- {{ end }}
diff --git a/layouts/index.html b/layouts/index.html index 3ef2d64..d81040d 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,8 @@ {{ define "main" }} {{ .Content }} +{{ partial "explore-e2c.html" . }} +