mirror of https://github.com/onweru/compose.git

weru
05.41.2020 054dab750de8febb34ca98c19e749f25dfc6d200
update
3 files modified
6 ■■■■ changed files
README.md 2 ●●● patch | view | raw | blame | history
layouts/partials/nav.html 2 ●●● patch | view | raw | blame | history
theme.toml 2 ●●● patch | view | raw | blame | history
README.md
@@ -6,7 +6,7 @@
## 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 
layouts/partials/nav.html
@@ -1,5 +1,5 @@
<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">
theme.toml
@@ -5,7 +5,7 @@
homepage = "https://compose-docs.netlify.com"
tags = ["simple", "docs"]
features = ["docs", "search"]
min_version = 0.61
min_version = "0.53.0"
[author]
  name = "Weru"