Fix page title for getting started guide

This commit is contained in:
Nico Burns 2022-05-03 13:15:29 +01:00
parent 325dbf2a6e
commit 90b2ed851f

View file

@ -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() }}