gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] branch master updated: add hreflang links for s


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: add hreflang links for search engines
Date: Tue, 07 Mar 2017 17:02:47 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 9a218fd  add hreflang links for search engines
9a218fd is described below

commit 9a218fdc3eb0e81a231f4554dc14e0426ecbb355
Author: Florian Dold <address@hidden>
AuthorDate: Tue Mar 7 17:02:30 2017 +0100

    add hreflang links for search engines
---
 common/header.j2.inc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/common/header.j2.inc b/common/header.j2.inc
index ab0f6ba..5c5d581 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -24,6 +24,12 @@
         */
     </script>
 
+    <link rel="alternate" hreflang="en" href="{{ self_localized('en') }}" />
+    <link rel="alternate" hreflang="de" href="{{ self_localized('de') }}" />
+    <link rel="alternate" hreflang="fr" href="{{ self_localized('fr') }}" />
+    <link rel="alternate" hreflang="es" href="{{ self_localized('es') }}" />
+    <link rel="alternate" hreflang="it" href="{{ self_localized('it') }}" />
+
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="author" content="">

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]