The following commit has been merged in the master branch:
commit 408aced21995231c0eeb2b7ac257724abfe8714b
Author: Michal Čihař <[email protected]>
Date:   Tue Dec 6 10:05:59 2011 +0100

    Add links to translations in header

diff --git a/html/base.html b/html/base.html
index c78bd2e..6e05b4f 100644
--- a/html/base.html
+++ b/html/base.html
@@ -20,6 +20,9 @@
   {% for feed in global_feeds %}
   <link rel="alternate" type="{{ feed.type }}" href="{{ feed.url }}" title="{{ 
feed.title }}"/>
   {% endfor %}
+  {% for lang in translations %}
+  <link rel="alternate" hreflang="{{ lang.code }}" href="{{ lang.url }}" />
+  {% endfor %}
   <link rel="stylesheet" type="text/css" href="/media/css/style.css" />
   <link rel="stylesheet" type="text/css" href="/media/css/slimbox2.css" 
media="screen" />
   <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

-- 
UNNAMED PROJECT

_______________________________________________
Wammu-svn mailing list
[email protected]
https://lists.cihar.com/cgi-bin/mailman/listinfo/wammu-svn

Reply via email to