mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-22 19:53: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" %}
|
||||
{% import "macros/toc.html" as toc %}
|
||||
{% block title %}Crate List{% endblock title %}
|
||||
{% block title %}Getting Started Guide{% endblock title %}
|
||||
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
|
|
Loading…
Reference in a new issue