diff options
author | Alan Pearce | 2017-07-04 21:03:24 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-04 21:03:24 +0200 |
commit | 9d601e206bdad2c384f2328a14fea8c0f5428ca9 (patch) | |
tree | f83086a1139ea84393ebe30436f30205f9750024 /src/templates/taxon.html | |
parent | e7b08b1dfe3f2a2596deb6e2a72bb79805d3708f (diff) | |
download | homestead-9d601e206bdad2c384f2328a14fea8c0f5428ca9.tar.lz homestead-9d601e206bdad2c384f2328a14fea8c0f5428ca9.tar.zst homestead-9d601e206bdad2c384f2328a14fea8c0f5428ca9.zip |
feat: Add posts listing
Diffstat (limited to 'src/templates/taxon.html')
-rw-r--r-- | src/templates/taxon.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/templates/taxon.html b/src/templates/taxon.html deleted file mode 100644 index 44244e5..0000000 --- a/src/templates/taxon.html +++ /dev/null @@ -1,6 +0,0 @@ -<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> |