Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-23 | layout: proper TOC | Franck Cuny | 1 | -4/+13 | |
There's a need for two TOCs in the layout: one for when the page is on mobile; one for non mobile. When we are on mobile, we display the first TOC, before the article. When we're not on mobile, we hide that TOC and display one after the document. We restructure a bit the layout so that's it's a bit more readable too, and close tags properly. | |||||
2022-01-23 | layout: wrap content in an "article" tag | Franck Cuny | 2 | -0/+8 | |
2022-01-23 | layout: drop the div 'main' | Franck Cuny | 1 | -6/+4 | |
The div 'main' is not needed, we are creating an element named 'named' in the main block. | |||||
2022-01-23 | css: change style for tables | Franck Cuny | 1 | -4/+8 | |
2022-01-23 | css: update color for the links | Franck Cuny | 1 | -3/+3 | |
Use a light blue. | |||||
2022-01-21 | nav: use 'fcuny.net' instead of template variable | Franck Cuny | 1 | -1/+1 | |
Otherwise it's the name of the site, which is not what I'm looking for here. | |||||
2022-01-21 | css: major cleanup | Franck Cuny | 1 | -76/+84 | |
2022-01-21 | nav: align the menu items to the right | Franck Cuny | 1 | -2/+7 | |
2022-01-21 | post: change formatting for the date | Franck Cuny | 1 | -4/+4 | |
2022-01-21 |