Commit Graph

8 Commits

Author SHA1 Message Date
Eli Dourado
9ea1d79fb2 Don't put logofile on 404 page if it doesn't exist (#136)
Currently, if the parameter logofile is set to "", the 404 page shows a broken image. This modification updates the 404 page to follow the logic of header.html and only show the logo if it isn't empty.
2019-09-15 08:37:18 -07: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
Michael Noronha
2535da12d7 Moved 404 css to its own partial 2017-08-04 00:33:12 -04:00
Michael Noronha
a7cde56381 Update 404.html 2017-08-04 00:31:09 -04:00
Michael Noronha
7e0d03aed4 Replaced header with head_includes to compact partial 2017-08-03 23:24:52 -04:00
Michael Noronha
ed816e03ee An initial redesign 2017-08-01 00:57:59 -04:00
Nishanth Shanmugham
204880aac9 v0.3.0
- Change color from orange to blue; improve colors elsewhere
- Change `div.section` to `section`
- Rename  `posts` directory to `blog`
- Add ability to specify extra CSS files in `config.toml`
- Removed `WebFontsFile` feature from `config.toml`
- Remove the initials displayed on top right of single post pages
- Update example site
2015-12-24 16:57:45 -06:00
Nishanth Shanmugham
d2264ad3f3 Add all files 2015-08-24 18:28:03 -05:00