layout.tt: make the header constrained to the center

This commit is contained in:
Graham Christensen 2021-04-01 02:00:36 +00:00 committed by Tyson Whitehead
parent 9c903e9991
commit db2c9fe96a

View file

@ -47,6 +47,7 @@
<body>
<nav class="navbar navbar-expand-md navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="[% c.uri_for(c.controller('Root').action_for('index')) %]">
[% IF logo == "" %]
Hydra
@ -60,6 +61,7 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
[% PROCESS topbar.tt %]
</div>
</div>
</nav>
<div class="container">