add description meta tag
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<% if(user.username === undefined) { %>
|
||||
<meta name="description" content="<%-unauthorized_description%>">
|
||||
<% } else { %>
|
||||
<meta name="description" content="Chat on IPost now">
|
||||
<% } %>
|
||||
<title>Posts | IPost</title>
|
||||
<%- newrelic %>
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user