all repos — archive/homestead @ ab3c5ffb57980359a186936aa6fc2894f58eb625

My future indieweb platform

feat(taxon): Show taxonomy term in title

Alan Pearce
commit

ab3c5ffb57980359a186936aa6fc2894f58eb625

parent

e4e26ceca7bfe60185082748c54f7ccd30746350

1 file changed, 5 insertions(+), 7 deletions(-)

changed files
M src/templates/taxon.htmlsrc/templates/taxon.html
@@ -1,7 +1,5 @@
-<main class="taxon"> - <ul class="posts"> - <li class="post"> - <a href="/">Test post please ignore</a> - </li> - </ul> -</main> +<ul class="posts"> + <li class="post"> + <a href="/">Test post please ignore</a> + </li> +</ul>