Fix typo + do not include themes section in search index
This commit is contained in:
parent
12c46a9d92
commit
940e479596
|
@ -2,5 +2,6 @@
|
||||||
+++
|
+++
|
||||||
template = "themes.html"
|
template = "themes.html"
|
||||||
sort_by = "date"
|
sort_by = "date"
|
||||||
|
in_search_index = false
|
||||||
+++
|
+++
|
||||||
|
|
2
docs/templates/index.html
vendored
2
docs/templates/index.html
vendored
|
@ -72,7 +72,7 @@
|
||||||
<h2>Easy to use</h2>
|
<h2>Easy to use</h2>
|
||||||
<p>
|
<p>
|
||||||
From the CLI to the template engine, everything is designed to be intuitive.
|
From the CLI to the template engine, everything is designed to be intuitive.
|
||||||
Don't take my words for it though, look at the
|
Don't take my word for it though, look at the
|
||||||
<a href="{{ get_url(path="@/documentation/_index.md") }}">documentation</a> and see for yourself.
|
<a href="{{ get_url(path="@/documentation/_index.md") }}">documentation</a> and see for yourself.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue