mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add hreflang attribute to default themes
This commit is contained in:
parent
b30270190a
commit
d1d1cccdad
39 changed files with 104 additions and 37 deletions
|
|
@ -6,6 +6,8 @@
|
|||
<link rel="stylesheet" href="./theme/css/main.css" />
|
||||
<link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" />
|
||||
<link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS Feed" />
|
||||
<link rel="alternate" hreflang="en" href="./posts/2010/octobre/20/oh-yeah/">
|
||||
|
||||
</head>
|
||||
|
||||
<body id="index" class="home">
|
||||
|
|
@ -43,7 +45,7 @@
|
|||
</address>
|
||||
<p>In <a href="./category/misc.html">misc</a>.</p>
|
||||
Translations:
|
||||
<a href="./posts/2010/octobre/20/oh-yeah/">en</a>
|
||||
<a href="./posts/2010/octobre/20/oh-yeah/" hreflang="en">en</a>
|
||||
|
||||
</footer><!-- /.post-info --> <p>Et voila du contenu en français</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue