post-title.html 342 B

123456789
  1. <section class="news-info">
  2. {{ range (.GetTerms "categories") }}
  3. <a href="{{ .Permalink }}">{{ .LinkTitle }}</a>
  4. {{ end }}
  5. <small>{{ .Date | time.Format ":date_long" }}</small>
  6. </section>
  7. <h1 class="blog-post-title">
  8. <a class="text-dark text-decoration-none" href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
  9. </h1>