diff --git a/docs/_templates/base.html b/docs/_templates/base.html
index eededf5..822870d 100644
--- a/docs/_templates/base.html
+++ b/docs/_templates/base.html
@@ -1,5 +1,15 @@
{%- extends "!base.html" %}
+{%- block htmltitle -%}
+{% if not docstitle %}
+
{{ title|striptags|e }}
+{% elif pagename == master_doc %}
+ LLM: A CLI utility and Python library for interacting with Large Language Models
+{% else %}
+ {{ title|striptags|e }} - {{ docstitle|striptags|e }}
+{% endif %}
+{%- endblock -%}
+
{% block site_meta %}
{{ super() }}