contrib/nitrpg: also use `root_url` on site logo.
authorAlexandre Terrasa <alexandre@moz-code.org>
Tue, 10 Feb 2015 21:38:47 +0000 (22:38 +0100)
committerAlexandre Terrasa <alexandre@moz-code.org>
Mon, 23 Feb 2015 11:00:57 +0000 (12:00 +0100)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

contrib/nitrpg/src/templates/templates.nit

index f1affb9..92a4915 100644 (file)
@@ -54,7 +54,7 @@ class NitRpgPage
        </head>
        <body>
                <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
-                       <a class="navbar-brand" href="/">Github RPG</a>"""
+                       <a class="navbar-brand" href="{{{root_url}}}/">Github RPG</a>"""
                if not breadcrumbs == null then
                        add breadcrumbs.as(not null)
                end