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

Bud Parr
15.58.2017 2dfd95729613ce84d54a3a3ddcfff8b832186213
layouts/_default/single.html
@@ -1,19 +1,18 @@
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
{{ define "main" }}
  {{ $currentPageUrl := .URL }}
  <div class="flex mt5 mw8 center">
    <article class="pv5">
      <h4 class="f6">
  <div class="flex-l mt2 mw8 center">
    <article class="center cf pv5 ph3 ph4-ns mw7">
      <p class="f6 b helvetica tracked">
        {{ humanize .Section | upper  }}
      </h4>
      <h1>
      </p>
      <h1 class="f1">
        {{ .Title }}
      </h1>
      <div class="nested-copy-line-height f4 nested-linkfs nested-img mid-gray measure-wide-l">
        {{ .Content  }}
      </div>
      <section class="nested-copy-line-height lh-copy f4 nested-links nested-img mid-gray">
        {{ .Content | markdownify }}
      </section>
    </article>
    <div class="ph4 mt6">
    <div class="ph3 mt2 mt6-ns">
      {{ partial "menu-contextual.html" . }}
    </div>
  </div>