diff --git a/wiki/pages/notebook.html b/wiki/pages/notebook.html
index 71387dddc8c876b0c506b888ea26636e073371f2..862911c5fb22e6a2d3cf4ec65fc2c3dc6d6a6818 100644
--- a/wiki/pages/notebook.html
+++ b/wiki/pages/notebook.html
@@ -1,5 +1,5 @@
 {% extends "laytest.html" %}
-{% block title %}notebook{% endblock %}
+{% block title %}Notebook{% endblock %}
 {% block css %}
   div.month{
  font-size: 2vw;
diff --git a/wiki/pages/team.html b/wiki/pages/team.html
index 961dc13f4dfde9dce615ab9c920663d7c72945e5..2e8435095b11a35d2eb30ab5d1d4f410eefbedda 100644
--- a/wiki/pages/team.html
+++ b/wiki/pages/team.html
@@ -1,5 +1,5 @@
 {% extends "laytest.html" %}
-
+{% block title %}Team{% endblock %}
 {% block css %}
 * {
 box-sizing: border-box;