mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Tanner Smith
23.01.2021 3b30dfbac339546d9ae6cd185217699f2044b360
layouts/_default/terms.html
@@ -1,7 +1,7 @@
{{ define "main" }}
    {{ $data := .Data }}
  <article class="cf pa3 pa4-m pa4-l">
    <div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
    <div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img {{ $.Param "text_color" | default "mid-gray" }}">
      {{ .Content }}
    </div>
  </article>