athul / archie

A minimal Hugo Theme
https://athul.github.io/archie
MIT License
975 stars 301 forks source link

Fix html errors. #3

Closed sarg closed 4 years ago

sarg commented 4 years ago
  1. If social is turned off - feather.replace() shouldn't be called.
  2. Add missing closing tags.
  3. Use div instead of span for item content in index.html. Spans could contain only inline elements, e.g. no <p> allowed.

Fixes #2

athul commented 4 years ago

@sarg Any updates?