mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-23 04:03:04 +00:00
Fix page title for getting started guide
This commit is contained in:
parent
325dbf2a6e
commit
90b2ed851f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% import "macros/toc.html" as toc %}
|
{% import "macros/toc.html" as toc %}
|
||||||
{% block title %}Crate List{% endblock title %}
|
{% block title %}Getting Started Guide{% endblock title %}
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
|
|
Loading…
Reference in a new issue