Skip to content

Commit 4bc86a4

Browse files
v1.1.916
- added social placeholder
1 parent cf350d5 commit 4bc86a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

โ€Žpublic/placeholder.jpgโ€Ž

418 KB
Loading

โ€Žsrc/components/head/index.astroโ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
const {title, description, image = '/placeholder-social.jpg'} = Astro.props
2+
const {title, description, image = '/placeholder.jpg'} = Astro.props
33
import {generate_rel_link} from "~/utils/links";
44
---
5-
6-
<!-- |โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“ SCSSLeon ฯŸ made with โ™ฅ โ€“โ€“โ€“โ€“-โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“-| --><!-- Global Metadata -->
5+
<!-- |โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“ SCSSLeon ฯŸ made with โ™ฅ โ€“โ€“โ€“โ€“-โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“โ€“-| -->
6+
<!-- Global Metadata -->
77
<meta charset="utf-8"/>
88
<meta name="viewport" content="width=device-width,initial-scale=1"/>
99
<title>{title}</title>

0 commit comments

Comments
ย (0)