Updated site title

This commit is contained in:
benweet 2014-01-02 00:55:14 +00:00
parent 91a264698e
commit 07b3f85c67
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html manifest="cache.manifest">
<head>
<title>StackEdit - Your markdown editor</title>
<title>StackEdit — *smart* markdown editor</title>
<link rel="canonical" href="https://stackedit.io/">
<link rel="icon" href="res-min/img/stackedit-32.ico" type="image/x-icon">
<link rel="shortcut icon" href="res-min/img/stackedit-32.ico" type="image/x-icon">

View File

@ -19,7 +19,7 @@ define([
}
var title = fileDesc.title;
document.title = "StackEdit - " + title;
document.title = "StackEdit " + title;
$fileTitleNavbar.html(fileDesc.composeTitle());
$(".file-title").text(title);
$(".input-file-title").val(title);