| Index: templates/default.tmpl |
| =================================================================== |
| --- a/templates/default.tmpl |
| +++ b/templates/default.tmpl |
| @@ -26,17 +26,17 @@ |
| <meta property="og:description" content="{{ description | translate("meta-description") }}"> |
| {% endif %} |
| <meta property="og:locale" content="{{ locale | to_og_locale }}"> |
| {% for alternate_locale in available_locales %} |
| {% if alternate_locale != locale %} |
| <meta property="og:locale:alternate" content="{{ alternate_locale | to_og_locale }}"> |
| {% endif %} |
| {% endfor %} |
| - <meta property="og:url" content="{{ get_canonical_url(page) }}"> |
| + <meta property="og:url" content="{{ config.get("general", "siteurl") }}{{ source.resolve_link(page, locale)[1] }}"> |
| <link rel="canonical" href="{{ get_canonical_url(page) }}" /> |
| <link rel="stylesheet" href="/css/main.css" type="text/css" media="all" /> |
| <link rel="apple-touch-icon" href="/images/favicon-large.png" /> |
| {{head|safe}} |
| <!--[if lt lte 9]> |
| <script src="/js/html5shiv.min.js"></script> |
| <![endif]--> |
| </head> |