aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2018-01-06 12:50:42 +0100
committerhellekin <hellekin@cepheide.org>2018-01-06 12:50:42 +0100
commit9baab3bffc92422a36d1706b185a7cf4e133e58d (patch)
tree3de697f85355d4cea54b3e67b7eed9902db233e1
parentbbf2d401f30d385c80f03dc798b8db6a0b65bb63 (diff)
downloadlesoiseaux.io-9baab3bffc92422a36d1706b185a7cf4e133e58d.tar.gz
Fix aside translation
-rw-r--r--ps/txt/index.html17
1 files changed, 10 insertions, 7 deletions
diff --git a/ps/txt/index.html b/ps/txt/index.html
index 025f6b5..a8d0f5a 100644
--- a/ps/txt/index.html
+++ b/ps/txt/index.html
@@ -203,19 +203,22 @@
</main>
<aside>
<nav>
- <h3><a href="../">P.S.:</a></h3>
+ <h3><a href="https://ps.lesoiseaux.io/">P.S.:</a></h3>
<ul>
<li>
- <a href="../gfx/">GFX</a>
- <span>Collectif d'artiste</span>
+ <a href="https://ps.lesoiseaux.io/gfx/">GFX</a>
+ <span lang="fr">Collectif d'artiste</span>
+ <span lang="en">Artist collective</span>
</li>
<li>
- <a href="../txt/">TXT</a>
- <span>Éditions à Bruxelles</span>
+ <a href="https://ps.lesoiseaux.io/txt/">TXT</a>
+ <span lang="fr">Éditions à Bruxelles</span>
+ <span lang="en">Editions in Bruxelles</span>
</li>
<li>
- <a href="https://pw.lesoiseaux.io/">VDO</a>
- <span>Enquêtes vidéos</span>
+ <a href="https://ps.lesoiseaux.io/vdo/">VDO</a>
+ <span lang="fr">Enquêtes video</span>
+ <span lang="en">Video inquiries</span>
</li>
</ul>
</nav>