forked from github/pelican
Add hreflang attribute to default themes
This commit is contained in:
parent
b30270190a
commit
d1d1cccdad
39 changed files with 104 additions and 37 deletions
|
|
@ -63,7 +63,7 @@
|
|||
</address>
|
||||
<p>In <a href="../category/misc.html">misc</a>.</p>
|
||||
<p>tags: <a href="../tag/foo.html">foo</a> <a href="../tag/bar.html">bar</a> <a href="../tag/baz.html">baz</a> </p>Translations:
|
||||
<a href="../second-article-fr.html">fr</a>
|
||||
<a href="../second-article-fr.html" hreflang="fr">fr</a>
|
||||
|
||||
</footer><!-- /.post-info --> <p>This is some article, in english</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ as well as <strong>inline markup</strong>.</p>
|
|||
</address>
|
||||
<p>In <a href="../category/bar.html">bar</a>.</p>
|
||||
<p>tags: <a href="../tag/oh.html">oh</a> <a href="../tag/bar.html">bar</a> <a href="../tag/yeah.html">yeah</a> </p>Translations:
|
||||
<a href="../oh-yeah-fr.html">fr</a>
|
||||
<a href="../oh-yeah-fr.html" hreflang="fr">fr</a>
|
||||
|
||||
</footer><!-- /.post-info --> <div class="section" id="why-not">
|
||||
<h2>Why not ?</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue