mirror of
https://github.com/withastro/astro.git
synced 2025-03-17 23:11:29 -05:00
[ci] format
This commit is contained in:
parent
4d0846ba67
commit
d5fb7a34ea
1 changed files with 6 additions and 1 deletions
|
@ -20,7 +20,12 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||
<link rel="alternate" type="application/rss+xml" title={SITE_TITLE} href={new URL("rss.xml", Astro.site)} />
|
||||
<link
|
||||
rel="alternate"
|
||||
type="application/rss+xml"
|
||||
title={SITE_TITLE}
|
||||
href={new URL('rss.xml', Astro.site)}
|
||||
/>
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
|
||||
<!-- Font preloads -->
|
||||
|
|
Loading…
Add table
Reference in a new issue