Update hero authored by Elke Kreim's avatar Elke Kreim
......@@ -22,11 +22,16 @@ contains therefore all blocks which are defined there.
|---|---|
| **hero stuff** ||
| `hero-head` | Overwrite the whole bulma hero head |
| `navbar-tag` | Add classes, **NOTE:** If you want a fixed navbar you also should add class to block bodytag (base.html) |
| `nav-left` | Add / Overwrite links in the top-left navigation |
| `brand-icon` | Overwrite the brand icon |
| `brand-name` | Overwrite the brand name |
| `nav-right` | Add / Overwrite links in the top-right navigation |
| `nav-start` | Overwrite nav menu left from brand, will be included into hamburger menu on mobile devices |
| `hero-body` | Overwrite title / subtitle in the hero body |
| `hero-body-class` | For additional classes, f.e. "is-hidden-mobile" |
| `hero-title` | Add title content |
| `hero-subtitle` | Add subtitle content |
| `hero-foot` | Add content in the hero-foot |
| **section stuff** ||
| `pre-section` | Add more sections / content __before__ the main section |
......
......