raster pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=7a0b7222ddedf70bc465a48d8fc1e4fa003ee2d0
commit 7a0b7222ddedf70bc465a48d8fc1e4fa003ee2d0 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Mon Feb 15 12:05:53 2016 +0900 e www: link news and blog to wiki pages no phab phab now dropped styling for blogs. we'll migrate news over to wiki then. this startes things off. --- public_html/lib/tpl/e/nav.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/lib/tpl/e/nav.html b/public_html/lib/tpl/e/nav.html index 37e5c74..e564bb2 100644 --- a/public_html/lib/tpl/e/nav.html +++ b/public_html/lib/tpl/e/nav.html @@ -3,6 +3,6 @@ <li><a href="<?= wl('download') ?>">Download</a></li> <li><a href="<?= wl('contact') ?>">Contact</a></li> <li><a href="<?= wl('docs') ?>">Docs</a></li> -<li><a href="https://phab.enlightenment.org/phame/live/3">News</a></li> -<li><a href="https://phab.enlightenment.org/phame/live/1">Blog</a></li> +<li><a href="<?= wl('news') ?">News</a></li> +<li><a href="<?= wl('blog') ?">Blog</a></li> <li><a href="https://phab.enlightenment.org/">Devel</a></li> --