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

Bud Parr
14.01.2017 6331805b90cf2214dfde541473cb6fecabfbd577
layouts/article/summary.html
@@ -1,24 +1,19 @@
<div class="relative w-100 w-30-l mb4 bg-white nested-copy-line-height">
  <div class="bg-white mb3 pa4 gray overflow-hidden">
    {{ if .Date }}
      <date class="f6">
        {{ .Date.Format "January 2, 2006" }}
      </date>
    {{ end }}
    <h1 class="f3 near-black">
      <a href="{{ .URL }}" class="link black dim">
        {{ .Title }}
      </a>
    </h1>
    <div class="nested-links f5 nested-copy-line-height">
      <p>
        {{ .Summary  }}
      </p>
    </div>
  </div>
</div>