diff --git a/assets/scss/components/_wompum.scss b/assets/scss/components/_wompum.scss index b1af246..3f75d95 100644 --- a/assets/scss/components/_wompum.scss +++ b/assets/scss/components/_wompum.scss @@ -11,6 +11,10 @@ width: 100%; } + .single-article &-grid { + gap: 1rem; + } + &-cell { width: 100%; min-height: 30px; diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 760f891..9b80c8e 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -14,6 +14,4 @@ body { font-family: $font-garamond; - font-size: 16px; - line-height: 1.5; } \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9beb303..0d93bbc 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -21,7 +21,7 @@ {{ partial "header.html" . }} -
+
{{ block "main" . }}{{ end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 395f845..17ffda6 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,18 +1,21 @@ {{ define "main" }} -
-
-

{{ .Title }}

-

Date:

-

Narrator: {{ .Params.narrator }}

-

Facilitator: {{ .Params.facilitator }}

-

Subject: {{ .Params.subject }}

-

Tags: {{ partial "tags.html" . }}

-
-
- {{ partial "article-wompum.html" . }} -

{{ .Title }}

- {{ .Content }} +
+ +
{{ partial "article-wompum.html" . }}
+ +
+ +
+

{{ .Title }}

+ {{ .Content }} +
{{ end }} \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index 69cddc5..b75b151 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,22 +1,87 @@ {{ define "main" }} -
-

Protocol Oral History Project

- -
    +
    +
      {{ range where .Site.RegularPages "Section" "oral-histories" }} -
    • - {{ partial "article-wompum.html" . }} -

      - {{ .Title }} -

      {{ .Params.summary }}

      - {{ partial "tags.html" .}} +
    • + + {{ partial "article-wompum.html" . }} + + + +
      + {{ .Title }} +

      {{ .Params.summary }}

      + {{ partial "tags.html" .}} +
      +
    • {{ end }}
    -
    -

    {{ .Title }}

    - {{ .Content }} -
    +
    {{ end }} \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 71cb324..203a809 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,6 +1,9 @@ -
    -