add description meta tag
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>IPost | User settings</title>
|
||||
<% if(user.username === undefined) { %>
|
||||
<meta name="description" content="<%-unauthorized_description%>">
|
||||
<% } else { %>
|
||||
<meta name="description" content="change your account settings on IPost now">
|
||||
<% } %>
|
||||
<% if(user.username === undefined) { %>
|
||||
<script> document.location.href = '/no_login?r='+encodeURIComponent(document.location.pathname) </script>
|
||||
<% } %>
|
||||
<%- newrelic %>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
|
||||
Reference in New Issue
Block a user