This commit is contained in:
Mo Bitar
2016-12-25 00:52:19 -06:00
parent e79bc29b89
commit 18ed8e016e
6 changed files with 17 additions and 98 deletions

View File

@@ -13,20 +13,20 @@
<link color="#5bbad5" href="favicon/safari-pinned-tab.svg" rel="mask-icon"></link>
<meta name="theme-color" content="#ffffff">
<meta ng-bind="title" content="Neeto" name="apple-mobile-web-app-title"/>
<meta ng-bind="title" content="Neeto" name="application-name"/>
<meta ng-bind="title" content="Standard Notes" name="apple-mobile-web-app-title"/>
<meta ng-bind="title" content="Standard Notes" name="application-name"/>
<base href="/"></base>
<title ng-bind="title">Neeto</title>
<meta name="description" content="A private and secure personal notes/blogging system."/>
<title ng-bind="title">Standard Notes</title>
<meta name="description" content="Standard Notes is a basic notes app that delivers only the essentials in note taking. Because of its simplicity and resistance to growth, users can count on durability and convenience."/>
<meta name="twitter:title" content="Neeto, a private and secure notes app."/>
<meta name="twitter:description" content="A private and secure personal notes/blogging system."/>
<meta name="twitter:site" content="@neetoapp"/>
<meta name="twitter:title" content="Standard Notes, a private and secure notes app."/>
<meta name="twitter:description" content="Standard Notes is a basic notes app that delivers only the essentials in note taking. Because of its simplicity and resistance to growth, users can count on durability and convenience."/>
<meta name="twitter:site" content="@standardnotes"/>
<meta name="twitter:card" content="summary"/>
<meta name="og:title" content="Neeto, a private and secure notes app."/>
<meta name="og:description" content="A private and secure personal notes/blogging system."/>
<meta name="og:title" content="Standard Notes, a private and secure notes app."/>
<meta name="og:description" content="Standard Notes is a basic notes app that delivers only the essentials in note taking. Because of its simplicity and resistance to growth, users can count on durability and convenience."/>
<% if Rails.env.development? %>
<%= javascript_include_tag "compiled.js", debug: true %>