Missing phrase on opengraph and twitter cards

This commit is contained in:
Diego Najar 2017-10-14 14:30:47 +02:00
parent d4f1f078cc
commit cbc2b1ddd4
5 changed files with 11 additions and 7 deletions

View File

@ -3,5 +3,6 @@
{ {
"name": "Open Graph", "name": "Open Graph",
"description": "The Open Graph protocol enables any web page to become a rich object in a social graph." "description": "The Open Graph protocol enables any web page to become a rich object in a social graph."
} },
"default-image": "Default image"
} }

View File

@ -3,5 +3,6 @@
{ {
"name": "Open Graph", "name": "Open Graph",
"description": "Este complemento mejora las publicaciones en las redes sociales con este plugin." "description": "Este complemento mejora las publicaciones en las redes sociales con este plugin."
} },
"default-image": "Imagen predeterminada"
} }

View File

@ -3,5 +3,6 @@
{ {
"name": "Twitter Cards", "name": "Twitter Cards",
"description": "With Twitter Cards, you can attach rich photos, videos and media experiences to Tweets, helping to drive traffic to your website." "description": "With Twitter Cards, you can attach rich photos, videos and media experiences to Tweets, helping to drive traffic to your website."
} },
"default-image": "Default image"
} }

View File

@ -3,5 +3,6 @@
{ {
"name": "Twitter Cards", "name": "Twitter Cards",
"description": "Con las tarjetas de Twitter, puedes adjuntar fotos, videos y experiencias multimedia a tweets." "description": "Con las tarjetas de Twitter, puedes adjuntar fotos, videos y experiencias multimedia a tweets."
} },
"default-image": "Imagen predeterminada"
} }

View File

@ -16,14 +16,14 @@
<div class="container"> <div class="container">
<a class="navbar-brand" href="<?php echo $Site->url() ?>"><?php echo $Site->title() ?></a> <a class="navbar-brand" href="<?php echo $Site->url() ?>"><?php echo $Site->title() ?></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu <?php echo $Language->get('Menu') ?>
<i class="fa fa-bars"></i> <i class="fa fa-bars"></i>
</button> </button>
<div class="collapse navbar-collapse" id="navbarResponsive"> <div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto"> <ul class="navbar-nav ml-auto">
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href=<?php echo $Site->url() ?>Home</a> <a class="nav-link" href="<?php echo $Site->url() ?>"><?php echo $Language->get('Home') ?></a>
</li> </li>
<?php <?php
foreach ($staticPages as $staticPage) { foreach ($staticPages as $staticPage) {
echo '<li class="nav-item">'; echo '<li class="nav-item">';