@@ -195,23 +195,23 @@ class PuterHomepageService extends BaseService {
195
195
<head>
196
196
<title>${ e ( title ) } </title>
197
197
<meta name="author" content="${ e ( company ) } ">
198
- <meta name="description" content="${ e ( ( description ) . replace ( / \n / g, " " ) ) } ">
198
+ <meta name="description" content="${ e ( ( description ) . replace ( / \n / g, " " ) . trim ( ) ) } ">
199
199
<meta name="facebook-domain-verification" content="e29w3hjbnnnypf4kzk2cewcdaxym1y" />
200
200
<link rel="canonical" href="${ e ( canonical_url ) } ">
201
201
202
202
<!-- Meta meta tags -->
203
203
<meta property="og:url" content="${ e ( canonical_url ) } ">
204
204
<meta property="og:type" content="website">
205
205
<meta property="og:title" content="${ e ( title ) } ">
206
- <meta property="og:description" content="${ e ( ( short_description ) . replace ( / \n / g, " " ) ) } ">
206
+ <meta property="og:description" content="${ e ( ( short_description ) . replace ( / \n / g, " " ) . trim ( ) ) } ">
207
207
<meta property="og:image" content="${ e ( social_media_image_url ) } ">
208
208
209
209
<!-- Twitter meta tags -->
210
210
<meta name="twitter:card" content="summary_large_image">
211
211
<meta property="twitter:domain" content="puter.com">
212
212
<meta property="twitter:url" content="${ e ( canonical_url ) } ">
213
213
<meta name="twitter:title" content="${ e ( title ) } ">
214
- <meta name="twitter:description" content="${ e ( ( short_description ) . replace ( / \n / g, " " ) ) } ">
214
+ <meta name="twitter:description" content="${ e ( ( short_description ) . replace ( / \n / g, " " ) . trim ( ) ) } ">
215
215
<meta name="twitter:image" content="${ e ( social_media_image_url ) } ">
216
216
217
217
<!-- favicons -->
0 commit comments