From 50e9488a9a0a6997477ab8cf15439244a043342c Mon Sep 17 00:00:00 2001 From: Omar Aguirre Date: Tue, 11 Aug 2020 18:17:54 -0500 Subject: [PATCH 1/3] adding excerpt on home page --- pages/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/index.js b/pages/index.js index 4eb0442..c529461 100644 --- a/pages/index.js +++ b/pages/index.js @@ -18,6 +18,7 @@ const Index = props => ( > {post.title.rendered} +

{post.excerpt.rendered}

))} From 83c46d317bf90cd3a44d34f31116ab31dca497c0 Mon Sep 17 00:00:00 2001 From: Omar Aguirre Date: Wed, 12 Aug 2020 11:23:18 -0500 Subject: [PATCH 2/3] Update index.js --- pages/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index.js b/pages/index.js index c529461..dfa19fa 100644 --- a/pages/index.js +++ b/pages/index.js @@ -3,6 +3,7 @@ import Link from 'next/link'; import fetch from 'isomorphic-unfetch'; import { Base64 } from 'js-base64'; + const Index = props => (

Databricks Webinars

@@ -41,4 +42,4 @@ Index.getInitialProps = async function() { return { posts } } -export default Index; \ No newline at end of file +export default Index; From 129f38a79f38a95c0587b321ed8a520175955c8a Mon Sep 17 00:00:00 2001 From: Omar Aguirre Date: Mon, 17 Aug 2020 17:35:11 -0500 Subject: [PATCH 3/3] Update index.js --- pages/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/index.js b/pages/index.js index dfa19fa..71c804e 100644 --- a/pages/index.js +++ b/pages/index.js @@ -3,7 +3,6 @@ import Link from 'next/link'; import fetch from 'isomorphic-unfetch'; import { Base64 } from 'js-base64'; - const Index = props => (

Databricks Webinars