Skip to content

Commit 07c92a5

Browse files
Merge branch 'rewrite'
2 parents 1d6c147 + 8a27f22 commit 07c92a5

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

public/og.png

45.3 KB
Loading

resources/views/components/layouts/main.blade.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link rel="icon" href="{{ asset('favicon.svg') }}">
88
<title>phpast.com - Generate and explore PHP syntax trees.</title>
9+
<meta name="title" content="phpast.com - Generate and explore PHP syntax trees." />
10+
<meta name="description" content="Generate and explore PHP syntax trees, generated by nikic/php-parser." />
11+
12+
<!-- Open Graph / Facebook -->
13+
<meta property="og:type" content="website" />
14+
<meta property="og:url" content="https://phpast.com/" />
15+
<meta property="og:title" content="phpast.com" />
16+
<meta property="og:description" content="Generate and explore PHP syntax trees." />
17+
<meta property="og:image" content="{{ asset("og.png") }}" />
18+
19+
<!-- Twitter -->
20+
<meta property="twitter:card" content="summary_large_image" />
21+
<meta property="twitter:url" content="https://phpast.com/" />
22+
<meta property="twitter:title" content="phpast.com" />
23+
<meta property="twitter:description" content="Generate and explore PHP syntax trees." />
24+
<meta property="twitter:image" content="{{ asset("og.png") }}" />
25+
926
<!-- Fathom - beautiful, simple website analytics -->
1027
<script src="https://cdn.usefathom.com/script.js" data-site="MKINPKNO" defer></script>
1128
<!-- / Fathom -->

0 commit comments

Comments
 (0)