add excerpt and scraper details.

This commit is contained in:
Jason Schwarzenberger
2020-12-03 16:41:27 +13:00
parent d4260feb72
commit 2a2bf4d671
6 changed files with 76 additions and 14 deletions
+1
View File
@@ -42,6 +42,7 @@
property="article:published_time"
content={fromUnixTime(story.date).toISOString()} />
<meta property="article:author" content={story.author || story.source} />
<meta property="og:description" content={story.excerpt || story.title} />
</svelte:head>
<section class="single">