Skip to content

Commit

Permalink
Merge pull request #882 from inbaz/develop
Browse files Browse the repository at this point in the history
Adjusted og:description and og:locale
  • Loading branch information
BigAndini authored Oct 4, 2016
2 parents 671ee05 + 701ad52 commit 12f0b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta property="og:locale" content="en_GB" />
<meta property="og:locale" content="de_DE" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Event Registration System" />
<meta property="og:description" content="Get your ticket for the EJC 2016 now!" />
<meta property="og:description" content="Hol' dir dein Ticket für die MünchenCon 2016!" />
<meta property="og:url" content="<?php echo $this->serverUrl(); ?>" />
<meta property="og:site_name" content="Event Registration System - ERS" />
<meta property="og:image" content="<?php echo $this->serverUrl('/img/og_image.jpg'); ?>" />
Expand Down

0 comments on commit 12f0b1a

Please sign in to comment.