ini project
This commit is contained in:
parent
5541d9718e
commit
a89184df95
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ const { pageTitle } = Astro.props;
|
||||||
<slot />
|
<slot />
|
||||||
<Footer />
|
<Footer />
|
||||||
<script>
|
<script>
|
||||||
import "../scripts/menu.js";
|
import "../scripts/menu.js";
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -6,7 +6,7 @@ const { frontmatter } = Astro.props;
|
||||||
<p><em>{frontmatter.description}</em></p>
|
<p><em>{frontmatter.description}</em></p>
|
||||||
<p>{frontmatter.pubDate.toString().slice(0,10)}</p>
|
<p>{frontmatter.pubDate.toString().slice(0,10)}</p>
|
||||||
|
|
||||||
<p>Written by: {frontmatter.author}</p>
|
<p> Written by: {frontmatter.author}</p>
|
||||||
|
|
||||||
<img src={frontmatter.image.url} width="300" alt={frontmatter.image.alt} />
|
<img src={frontmatter.image.url} width="300" alt={frontmatter.image.alt} />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue