Commit Graph

6 Commits

Author SHA1 Message Date
Vighnesh Shenoy
944fd12cea Correct date behaviour on sections. [#124] (#125)
Closes #124
2019-06-08 15:40:06 -05:00
Michael Noronha
6b9325c285 Allow descriptions on sections besides home (#120) 2019-04-18 02:18:43 +00:00
Michael Noronha
3f180fa7c4 Use default landing for blog section
Addresses #78. Now, posts are grouped and ordered the same way on all
pages.
Tested on my site and caspern's
2018-06-14 00:41:29 -05:00
Michael Noronha
969bd5ca4e Fix validation HTML validation errors (#62)
* Make the theme compliant with W3C standards (#55)

* Dropped the line because chrome tab is deprecated.

* On header, "li" elements are meant to surround the "a" elements and not the other way around.

* Dropped all section tags I could find at first glance, as they had no semantic meaning and were firing warnings at the W3C validator.

* Change "middot" from a helper div to a helper class since putting div's inside ul's is not compliant

* Fixed a problem of the previous commit. A middot would not hide if on mobile.

* Fix archetypes bug with Go templates

* Fix additional validation error in 404
2017-11-09 16:22:28 -06:00
Alexis Tacnet
f0527ffada Add best posts and group by date 2017-02-12 17:58:16 +01:00
Alexis Tacnet
5c5fe525d6 Enumerate sections in the header to do links 2017-01-04 13:48:27 +01:00