diff options
Diffstat (limited to 'src/templates/taxon.html')
-rw-r--r-- | src/templates/taxon.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/taxon.html b/src/templates/taxon.html index a3597a1..44244e5 100644 --- a/src/templates/taxon.html +++ b/src/templates/taxon.html @@ -1,6 +1,6 @@ -<ul class="posts"> - <li class="post"> - <a href="/">Test post please ignore</a> - <time></time> +<ul class="h-feed"> + <li class="h-entry"> + <a class="u-url p-name" href="/">Test post please ignore</a> + <time class="dt-published"></time> </li> </ul> |