panr / hugo-theme-terminal

A simple, retro theme for Hugo
MIT License
1.96k stars 737 forks source link

Add title to taxonomy pages #429

Closed grayside closed 1 year ago

grayside commented 1 year ago

The list template does not include a title, so clicking on a taxonomy term from a post leads to a list with confusing context.

The following can be added on line two of layouts/_default/list.html, but is unstyled:

  <h1>
    <a href="{{ .Permalink }}">{{ .Title | humanize | markdownify }}</a>
  </h1>