Jacky Zhao
2021-12-27 e1911a58fff3b96754b3b49837ac2d4dd4fcf5aa
layouts/_default/single.html
@@ -14,6 +14,9 @@
  </header>
  <article>
      {{if .Title}}<h1>{{ .Title }}</h1>{{end}}
      <p class="meta">
          Last updated {{ .Lastmod.Format "January 2, 2006" }}
      </p>
      {{if $.Site.Data.config.enableToc}}
      <aside class="mainTOC">
          <h3>Table of Contents</h3>
@@ -21,6 +24,7 @@
      </aside>
      {{end}}
      {{.Content}}
    </article>
    {{partial "footer.html" .}}
</div>