contrib/nitrpg: also use `root_url` on site logo.
[nit.git] / 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