mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-08-22 01:05:55 -05:00
fix: hide meta tags from removed posts #68
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<head>
|
||||
<title>Post by <%= post.screen_name %></title>
|
||||
<%- include('partials/head'); %>
|
||||
<%if(!post.removed) {%>
|
||||
<!-- Google / Search Engine Tags -->
|
||||
<meta itemprop="name" content="<%= post.screen_name %> (@<%= postPNID.username %>) - <%= community.name %>">
|
||||
<meta itemprop="description" content="<%= post.body %>
|
||||
@@ -39,7 +40,7 @@
|
||||
<meta name="twitter:image" content="https://pretendo-cdn.b-cdn.net/paintings/<%= post.pid %>/<%= post.id %>.png"/>
|
||||
<%}%>
|
||||
<meta name="twitter:creator" content="@PretendoNetwork"/>
|
||||
|
||||
<% } %>
|
||||
</head>
|
||||
<body>
|
||||
<div id="main">
|
||||
|
||||
Reference in New Issue
Block a user