From 054dab750de8febb34ca98c19e749f25dfc6d200 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Wed, 05 Feb 2020 21:41:37 +0000
Subject: [PATCH] update
---
layouts/partials/nav.html | 2 +-
theme.toml | 2 +-
README.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index bf51e22..1e2c588 100644
--- a/README.md
+++ b/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
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 5fb713b..b00336f 100644
--- a/layouts/partials/nav.html
+++ b/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">
diff --git a/theme.toml b/theme.toml
index 8779b2b..330fec4 100644
--- a/theme.toml
+++ b/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"
--
Gitblit v1.10.0