fix post tags validation error
1 file changed, 5 insertions(+), 3 deletions(-)
changed files
M templates/post.html → templates/post.html
@@ -59,10 +59,12 @@ </tr> </tbody> </table> </div> - <ul class="p-categories tags"> + <div class="tags"> Tags: - <li><a class="p-category" href="/tags/sample/">#sample</a></li> - </ul> + <ul class="p-categories tags"> + <li><a class="p-category" href="/tags/sample/">#sample</a></li> + </ul> + </div> </article> </main> <footer>