-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup Why Our Work Matters experiment
- Loading branch information
1 parent
21e718f
commit 24a494d
Showing
17 changed files
with
2 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
layouts/partials/components/card-horizontal/card-horizontal.html
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
layouts/partials/sections/double-decker/double-decker.html
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
import { DoubleDecker } from './double-decker'; | ||
import { Faq } from './faq'; | ||
import { Paper } from './paper'; | ||
import { Pill } from './pill'; | ||
import { SuggestedArticles } from './suggested-articles'; | ||
import { TitleText } from './title-text'; | ||
|
||
export const sections = [DoubleDecker, Paper, Pill, SuggestedArticles, TitleText, Faq]; | ||
export const articleSections = [SuggestedArticles, Faq]; | ||
export const articleSections = [Faq]; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
{{ range .Params.sections }} | ||
{{ if eq .type "doubleDecker" }} | ||
{{ partial "sections/double-decker/double-decker" . }} | ||
{{ else if eq .type "paper" }} | ||
{{ partial "sections/paper/paper" . }} | ||
{{ else if eq .type "pill" }} | ||
{{ partial "sections/pill/pill" . }} | ||
{{ else if eq .type "suggestedArticles" }} | ||
{{ partial "sections/suggested-articles/suggested-articles" . }} | ||
{{ else if eq .type "titleText" }} | ||
{{ partial "sections/title-text/title-text" . }} | ||
{{ else if eq .type "faq" }} | ||
{{ if eq .type "faq" }} | ||
{{ partial "sections/faq/faq" . }} | ||
{{ end }} | ||
{{ end }} |
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
layouts/partials/sections/suggested-articles/suggested-articles.html
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.