| | |
| | | |
| | | ## Installation |
| | | |
| | | Install a recent release of the Hugo "extended" version; ideally versions `>= 0.61`. If you install from [hugo releases page](https://github.com/gohugoio/hugo/releases), download the `_extended` version, which supports sass. |
| | | Install a recent release of the Hugo "extended" version; ideally versions `>= 0.61.0`. If you install from [hugo releases page](https://github.com/gohugoio/hugo/releases), download the `_extended` version, which supports sass. |
| | | |
| | | ## Example |
| | | |
| | |
| | | <nav class="wrap nav"> |
| | | <a class="navbar-brand" href="{{ .Site.BaseURL }}"><img src='{{ absURL "/images/compose.svg" }}'></span> |
| | | <a href="{{ .Site.BaseURL }}"><img src='{{ absURL "/images/compose.svg" }}'> |
| | | </a> |
| | | {{- partial "search.html" . }} |
| | | <ul class="nav_body"> |
| | |
| | | homepage = "https://compose-docs.netlify.com" |
| | | tags = ["simple", "docs"] |
| | | features = ["docs", "search"] |
| | | min_version = 0.61 |
| | | min_version = "0.53.0" |
| | | |
| | | [author] |
| | | name = "Weru" |