Mercurial > hg-website
diff templates/base.html @ 409:b84223150592
Fix hrefs to not ending in /
author | David Soria Parra <davidsp@fb.com> |
---|---|
date | Tue, 25 Mar 2014 09:21:55 -0700 |
parents | 4e908cffaa62 |
children | 7336a790df11 |
line wrap: on
line diff
--- a/templates/base.html Tue Mar 11 15:41:25 2014 -0700 +++ b/templates/base.html Tue Mar 25 09:21:55 2014 -0700 @@ -70,7 +70,7 @@ design by <a href="http://www.designpunct.ro">punct</a> / design courtesy of <a href="http://www.bitbucket.org/">bitbucket</a> / licensed under <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GPLv2</a> / - <a href="/thepage/">about this page</a> + <a href="/thepage">about this page</a> </div> </body>