jk.nipponalba.scot website https://jk.nipponalba.scot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

33 lines
1.3 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {{ define "main" }}
  2. <article class="post h-entry entry">
  3. <div class="post-content">{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3 class="post-title p-name entry-title">{{ .Title }}</h3>
  4. {{ if eq .Type "article"}}
  5. <div class="info">
  6. <i class="fa fa-sun"></i><span class="date"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "Mon, Jan 2, 2006" }}</time></span>
  7. <i class="fa fa-clock"></i><span class="reading-time">{{ .ReadingTime }}-minute read</span>
  8. </div>
  9. {{ end }}
  10. <div class="e-content">{{ .Content }}</div>
  11. {{ if eq .Type "article"}}
  12. <div class="post-footer">
  13. <div class="info">
  14. {{ with .Page.Params.Blog }}{{ partial "taxonomy/blog.html" . }}{{ end }}
  15. {{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }}
  16. {{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }}
  17. </div>
  18. </div>
  19. {{ end }}
  20. {{ if eq .Type "article"}}
  21. {{ if .Site.DisqusShortname -}}
  22. <div id="fb_comments_container">
  23. <h2>Comments</h2>
  24. {{ template "_internal/disqus.html" . }}
  25. </div>
  26. {{- end }}
  27. {{ end }}
  28. </div>
  29. </article>
  30. <a href="https://brid.gy/publish/mastodon"></a>
  31. {{ end }}