mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
100 lines
5.0 KiB
HTML
100 lines
5.0 KiB
HTML
<!-- Essential Meta Tags -->
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
|
|
<!-- Primary Meta Tags -->
|
|
<title>{% if page.title %}{{ page.title }} - {% endif %}PHPFlasher | Easy Flash Messages for PHP</title>
|
|
<meta name="title" content="{% if page.title %}{{ page.title }} - {% endif %}PHPFlasher"/>
|
|
<meta name="description" content="{{ page.description | default: site.data.project.description }}"/>
|
|
<meta name="author" content="Younes ENNAJI"/>
|
|
<meta name="keywords" content="php flash messages, laravel notifications, symfony notifications, php notifications, toastr php, sweetalert php, flash messages"/>
|
|
<meta name="robots" content="index, follow"/>
|
|
<meta name="language" content="English"/>
|
|
<meta name="revisit-after" content="7 days"/>
|
|
<meta name="theme-color" content="#4052B5"/>
|
|
<meta name="publish_date" property="og:publish_date" content="2023-01-10T00:00:00+00:00"/>
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website"/>
|
|
<meta property="og:url" content="https://php-flasher.io{{ page.url }}"/>
|
|
<meta property="og:title" content="{% if page.title %}{{ page.title }} - {% endif %}{{ site.data.project.title }}"/>
|
|
<meta property="og:description" content="{{ page.description | default: site.data.project.description }}"/>
|
|
<meta property="og:image" content="https://php-flasher.io/static/images/php-flasher-social-card.jpg"/>
|
|
<meta property="og:image:alt" content="{{ site.data.project.title }}"/>
|
|
<meta property="og:image:width" content="1024"/>
|
|
<meta property="og:image:height" content="512"/>
|
|
<meta property="og:site_name" content="PHPFlasher"/>
|
|
<meta property="og:locale" content="en_US"/>
|
|
<meta property="article:author" content="https://github.com/yoeunes"/>
|
|
<meta property="article:published_time" content="2023-01-10T00:00:00+00:00"/>
|
|
<meta property="article:modified_time" content="{{ site.time | date_to_xmlschema }}"/>
|
|
|
|
<!-- Twitter -->
|
|
<meta name="twitter:card" content="summary_large_image"/>
|
|
<meta name="twitter:creator" content="@yoeunes"/>
|
|
<meta name="twitter:site" content="@phpflasher"/>
|
|
<meta name="twitter:title" content="{% if page.title %}{{ page.title }} - {% endif %}{{ site.data.project.title }}"/>
|
|
<meta name="twitter:description" content="{{ page.description | default: site.data.project.description }}"/>
|
|
<meta name="twitter:image" content="https://php-flasher.io/static/images/php-flasher-social-card.jpg"/>
|
|
<meta name="twitter:image:alt" content="{{ site.data.project.description }}"/>
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/x-icon" href="/static/images/favicon.ico"/>
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/static/images/apple-touch-icon.png"/>
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/static/images/favicon-32x32.png"/>
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/static/images/favicon-16x16.png"/>
|
|
<link rel="mask-icon" href="/static/images/safari-pinned-tab.svg" color="#5bbad5"/>
|
|
<link rel="canonical" href="https://php-flasher.io{{ page.url }}"/>
|
|
|
|
<!-- Preconnect to External Domains -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin/>
|
|
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin/>
|
|
|
|
<!-- Styles -->
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&family=Varela+Round&display=swap"/>
|
|
<link rel="stylesheet" href="{{ site.data.manifest['dist/main.css'] }}"/>
|
|
<link rel="stylesheet" href="/static/css/fontawesome.css"/>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css"/>
|
|
|
|
<!-- Structured Data -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "SoftwareApplication",
|
|
"name": "PHPFlasher",
|
|
"applicationCategory": "DeveloperApplication",
|
|
"operatingSystem": "PHP",
|
|
"author": {
|
|
"@type": "Person",
|
|
"name": "Younes ENNAJI",
|
|
"url": "https://github.com/yoeunes"
|
|
},
|
|
"description": "{{ site.data.project.description }}",
|
|
"softwareVersion": "{{ site.data.project.version }}",
|
|
"url": "https://php-flasher.io",
|
|
"downloadUrl": "https://packagist.org/packages/php-flasher/flasher",
|
|
"license": "https://github.com/php-flasher/flasher/blob/main/LICENSE",
|
|
"programmingLanguage": "PHP"
|
|
}
|
|
</script>
|
|
|
|
<!-- Scripts -->
|
|
<script defer src="{{ site.data.manifest['dist/main.js'] }}"></script>
|
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script>
|
|
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
|
|
|
<!-- Initialize Messages Object -->
|
|
<script>var messages = {};</script>
|
|
|
|
{% unless site.data.dev.dev_mode %}
|
|
<!-- Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T4D78SM7TC"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', 'G-T4D78SM7TC');
|
|
</script>
|
|
{% endunless %}
|