From 90b2ed851fff84fa85b941eca1835ce30b63b94f Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Tue, 3 May 2022 13:15:29 +0100 Subject: [PATCH] Fix page title for getting started guide --- templates/routes/getting_started/guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/routes/getting_started/guide.html b/templates/routes/getting_started/guide.html index e92af51..ef684cf 100644 --- a/templates/routes/getting_started/guide.html +++ b/templates/routes/getting_started/guide.html @@ -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() }}