Site Title Update
Removed hardcoding of the site title in the navbar brand in favor of the site Title property value.
This commit is contained in:
Родитель
8eed203c9b
Коммит
3589d88d37
|
@ -14,7 +14,7 @@
|
|||
<body>
|
||||
<nav class="navbar navbar-expand-md navbar-light fixed-top">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="~/">Piranha CMS <small>9.0</small></a>
|
||||
<a class="navbar-brand" href="~/">@WebApp.Site.Description.Title</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
|
Загрузка…
Ссылка в новой задаче