add followers to meta tags

This commit is contained in:
CaramelKat
2021-09-05 23:23:08 -05:00
committed by jay.poff@outlook.com
parent 7684e475b5
commit 28ea0f5403
2 changed files with 3 additions and 3 deletions

View File

@@ -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" />

View File

@@ -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" />