diff options
Diffstat (limited to 'templates/web/base.html')
-rw-r--r-- | templates/web/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base.html b/templates/web/base.html index f0b7615..ecf8f06 100644 --- a/templates/web/base.html +++ b/templates/web/base.html @@ -6,7 +6,7 @@ <!-- <link rel="stylesheet" type="text/css" href="links.css"> --> <link rel="shortcut icon" href="favicon.ico"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss"> - <title>{% block title %}{% endblock %}</title> + <title>{% block title %}Linkopedia{% endblock %}</title> <style> html { width: 100%; } body { |