diff options
| -rw-r--r-- | repos/templates/page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/templates/page.html b/repos/templates/page.html index 6f9f690..3533730 100644 --- a/repos/templates/page.html +++ b/repos/templates/page.html @@ -11,7 +11,7 @@ <meta name="description" content=""> <meta name="author" content=""> - <title>MarkZZ {% if page_content.name %} - {% endif %}{{ page_content.name|presentable|title }}</title> + <title>markzz {% if page_content.name %} - {% endif %}{{ page_content.name|presentable|title }}</title> <!-- Bootstrap Core CSS --> <link href="/static/css/bootstrap.min.css" rel="stylesheet"> @@ -51,7 +51,7 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="/">MarkZZ</a> + <a class="navbar-brand" href="/">markzz</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> |
