display page title a bit more proudly
This commit is contained in:
parent
cac1084138
commit
6d887da5cd
3 changed files with 33 additions and 8 deletions
|
@ -41,11 +41,17 @@
|
|||
</svg>
|
||||
</a>
|
||||
|
||||
{{#if page.breadcrumbs}}
|
||||
<ol class="breadcrumbs">
|
||||
{{{ page.breadcrumbs }}}
|
||||
</ol>
|
||||
{{/if}}
|
||||
<div class="nav-page">
|
||||
{{#if page.breadcrumbs}}
|
||||
<ol class="breadcrumbs">
|
||||
{{{ page.breadcrumbs }}}
|
||||
</ol>
|
||||
{{/if}}
|
||||
|
||||
{{#if (and (ne page.title config.user.title) (ne page.title page.tree_path))}}
|
||||
<h1 class="page-title">{{ page.title }}</h1>
|
||||
{{/if}}
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<noscript>
|
||||
|
@ -82,4 +88,4 @@
|
|||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue