Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit e9311fd

Browse files
authored
🐛 Fix twitter card issues
1 parent 2251a3c commit e9311fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/sereno/resources/views/base.blade.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414

1515
<meta property="og:image" content="@url('assets/images/cover.png')">
1616
<meta property="twitter:image" content="@url('assets/images/cover.png')">
17+
18+
<meta name="twitter:card" content="summary_large_image" />
19+
<meta name="twitter:site" content="@rahulkadyan7" />
20+
21+
<meta name="author" content="/humans.txt" />
1722

1823
<link rel="manifest" href="/assets/icons/manifest.json">
1924

0 commit comments

Comments
 (0)