Skip to content

Commit

Permalink
Merge branch 'develop' into meta_property_content
Browse files Browse the repository at this point in the history
  • Loading branch information
kachourihassen authored Sep 29, 2023
2 parents 18c8635 + 5424970 commit e74cf50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
<meta property="og:title" content="{{ 'campaign?.title' }}" />
<meta property="og:description" content="{{ 'campaign?.summary' }}" />
<meta property="og:image" content="{{ 'ogImageUrl' }}" />

<!-- <meta property="og:title" [attr.content]="campaign?.title" />
<meta property="og:description" [attr.content]="limitDescription(campaign?.summary)" />
<meta property="og:image" [attr.content]="ogImageUrl" /> -->
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />

</head>



<ng-container *ngIf="campaign?.id === campaignId; else loading">
<div class="content" style="min-height: 50vh">
<router-outlet></router-outlet>
Expand Down
5 changes: 4 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@
<meta name="apple-mobile-web-app-status-bar-style" content="#1f2337" />
<meta name="twitter:card" content="summary">


<title>SaTT - Smart advertising Transaction Token</title>

<!-- <title>SaTT - Smart advertising Transaction Token</title> -->


<base href="/" />
<meta
name="viewport"
Expand All @@ -42,7 +46,6 @@
<meta property="og:image" content="https://satt-token.com/assets/img/share_img_200px.png" />
<meta property="og:title" content="SaTT - Smart advertising Transaction Token" />
-->


<meta name="keyword" content="crypto, blockchain, social media, farming, earning crypto, profitable, marketing, influencers, brand, SaTT, token, Trust, wallet">

Expand Down

0 comments on commit e74cf50

Please sign in to comment.