]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/show.blade.php
Code cleanup, refactor
[bookstack] / resources / views / books / show.blade.php
index 72fa9f77701f9691bf06b11d0239767e9ca885c6..4782da3b9fc789e50173dfa64f052144c0fbda41 100644 (file)
@@ -7,7 +7,7 @@
 @stop
 
 @push('social-meta')
-    <meta property="og:description" content="{{ Str::words($book->description, 50, '...') }}">
+    <meta property="og:description" content="{{ Str::limit($book->description, 100, '...') }}">
     <meta property="og:image" content="{{ $book->getBookCover() }}">
 @endpush