aboutsummaryrefslogtreecommitdiff
path: root/design/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/base.html')
-rw-r--r--design/templates/base.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/design/templates/base.html b/design/templates/base.html
index 7049d5e..c222906 100644
--- a/design/templates/base.html
+++ b/design/templates/base.html
@@ -4,10 +4,10 @@
<!--[if IE 9]> <html class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"><!--<![endif]-->
<head>
- <title>{% block pagetitle %}{% endblock %}TKNotes</title>
+ <title>{% block pagetitle %}{% endblock %} - LuxNotes</title>
<meta name="viewport" content="width=device-width">
- <meta name="description" content="TKNote taking for writers">
- <meta property="og:description" content="TkNote taking for writers">
+ <meta name="description" content="Luxnotes: note taking for writers">
+ <meta property="og:description" content="Luxnotes: note taking for writers">
<meta property="og:site_name" content="TKNotes">
<meta property="og:image" content="">
<link rel="stylesheet" href="/media/screenv1.css?{%now "u"%}" type="text/css">
@@ -48,7 +48,7 @@
<div class="logo"></div>
<nav class="right {% if request.user.is_anonymous %}nologin{% endif %}">
<ul>
- <li><a href="{% url 'forum:topic-list' %}" title="View the TKNote Forum">Community</a></li>
+ <li><a href="{% url 'forum:topic-list' %}" title="View the Luxnotes Forum">Community</a></li>
<li><a href="{% url 'pages' slug='tour' %}" title="">Tour</a></li>
<li><a href="{% url 'pages' slug='howto' %}" title="">How to</a></li>{% if not request.user.is_anonymous %}
<li><a id="account-menu" href="{% url 'accounts:settings' %}" title="">Account</a>