aboutsummaryrefslogtreecommitdiff
path: root/viewpost.php
diff options
context:
space:
mode:
Diffstat (limited to 'viewpost.php')
-rw-r--r--viewpost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewpost.php b/viewpost.php
index 2e6d1bb..e47e1af 100644
--- a/viewpost.php
+++ b/viewpost.php
@@ -18,7 +18,7 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="<?php echo "http://{$_SERVER['SERVER_NAME']}{$blogRoot}{$getpost}"; ?>">
<meta name="twitter:title" content="<?php echo $getpost; ?>">
- <meta name="twitter:description" content="<?php echo substr($post, 0, 200); ?>">
+ <meta name="twitter:description" content="<?php echo substr($post, 0, 196) . "..."; ?>">
</head>
<body>