about summary refs log tree commit diff
path: root/users/fcuny/notes/layouts/partials/header.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert blog to notesFranck Cuny2022-03-281-7/+5
| | | | Separating the two sites so I can customize them differently.
* nav: use 'fcuny.net' instead of template variableFranck Cuny2022-01-211-1/+1
| | | | | Otherwise it's the name of the site, which is not what I'm looking for here.
* nav: align the menu items to the rightFranck Cuny2022-01-211-2/+7
|
* menu: simplify the menuFranck Cuny2021-12-201-9/+3
|
* CSS: makes the menu more readableFranck Cuny2021-08-231-8/+6
| | | | Move the title to the left and the menu items to the right.
* CSS: use a class for the menuFranck Cuny2021-08-151-1/+1
| | | | | We will have more use of the tag `nav` and we will need different styles for it.
* layout: add a navbarFranck Cuny2021-04-221-0/+15
I want to differentiate blog's entries from more general notes. For this, we create two menu entries, and add a navbar at the top. The nav bar let us select between the two kind of articles: blogs or notes. For now we have a single blog entry, and no notes. The page to list entries is simplified: we use the same layout for all lists (tags, notes, blogs). The CSS is updated to support the new nav bar.