Skip to content

Commit

Permalink
Added Opengraph meta tags and Twitter Cards
Browse files Browse the repository at this point in the history
  • Loading branch information
acacha committed Mar 17, 2016
1 parent 62eea17 commit fb8b2a1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
Binary file added public/img/AcachaAdminLTE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/AcachaAdminLTE600x314.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/AcachaAdminLTE600x600.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions resources/views/layouts/landing.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,22 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Pratt - Free Bootstrap 3 Theme">
<meta name="author" content="Alvarez.is - BlackTie.co">
<meta name="description" content="Adminlte-laravel - Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template with Bootstrap 3.0 and Pratt Landing page">
<meta name="author" content="Sergi Tur Badenas - acacha.org">

<meta property="og:title" content="Adminlte-laravel" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Adminlte-laravel - Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template with Bootstrap 3.0 and Pratt Landing page" />
<meta property="og:url" content="http://demo.adminlte.acacha.org/" />
<meta property="og:image" content="http://demo.adminlte.acacha.org/img/AcachaAdminLTE.png" />
<meta property="og:image" content="http://demo.adminlte.acacha.org/img/AcachaAdminLTE600x600.png" />
<meta property="og:image" content="http://demo.adminlte.acacha.org/img/AcachaAdminLTE600x314.png" />
<meta property="og:sitename" content="demo.adminlte.acacha.org" />
<meta property="og:url" content="http://demo.adminlte.acacha.org" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@acachawiki" />
<meta name="twitter:creator" content="@acacha1" />

<title>Acacha AdminLTE Laravel package template Landing page - Using Pratt</title>

Expand Down

0 comments on commit fb8b2a1

Please sign in to comment.