mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-09-09 09:55:33 -05:00
add followers to meta tags
This commit is contained in:
committed by
jay.poff@outlook.com
parent
7684e475b5
commit
28ea0f5403
@@ -14,8 +14,8 @@
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
<!-- End Google Analytics -->
|
||||
<meta content="<%= community.name %>" property="og:title" />
|
||||
<meta content="<%= community.description %>" property="og:description" />
|
||||
<meta content="<%= community.name %> - Juxtaposition Community" property="og:title" />
|
||||
<meta content="<%= community.description %> \n**Followers:** <%= community.followers%>" property="og:description" />
|
||||
<meta content="https://portal.olv.pretendo.cc/communities/<%= community.community_id %>/new" property="og:url" />
|
||||
<meta content="https://portal.cdn.pretendo.cc/icons/<%= community.community_id %>.png" property="og:image" />
|
||||
<meta content="#1F8A42" data-react-helmet="true" name="theme-color" />
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</script>
|
||||
<!-- End Google Analytics -->
|
||||
<meta content="<%= user.user_id %>" property="og:title" />
|
||||
<meta content="<%= user.profile_comment %>" property="og:description" />
|
||||
<meta content="<%= user.profile_comment %> \n**Followers:** <%= user.followers%>" property="og:description" />
|
||||
<meta content="https://portal.olv.pretendo.cc/users/show?pid=<%= user.pid %>" property="og:url" />
|
||||
<meta content="https://mii-images.cdn.pretendo.cc/<%= user.pid %>/normal_face.png" property="og:image" />
|
||||
<meta content="#673DB6" data-react-helmet="true" name="theme-color" />
|
||||
|
||||
Reference in New Issue
Block a user