page titles and favicon
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: '../layouts/Layout.astro'
|
||||
layout: ../layouts/Layout.astro
|
||||
title: 'About'
|
||||
---
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ const posts = await response.json();
|
||||
const post = posts.objects[0];
|
||||
|
||||
---
|
||||
<Layout title="Blog">
|
||||
<Layout title={post.title}>
|
||||
<article>
|
||||
<div style={{display: 'flex', justifyContent: 'space-between'}}>
|
||||
<h4>{post.title}</h4>
|
||||
|
||||
Reference in New Issue
Block a user