Skip to content

Commit

Permalink
Merge pull request #19 from loic425/fix/homepage-links
Browse files Browse the repository at this point in the history
Fix homepage link
  • Loading branch information
loic425 authored Sep 29, 2020
2 parents 835a9af + ad737bf commit bd9d051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Resources/views/layout/navbar.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav class="navbar navbar-dark sticky-top bg-white flex-md-nowrap p-0">
<a class="navbar-brand col-md-3 col-lg-2 mr-0 px-3" href="/">Documentation</a>
<a class="navbar-brand col-md-3 col-lg-2 mr-0 px-3" href="{{ path('mobizel_markdown_docs_index') }}">Documentation</a>
<button class="navbar-toggler position-absolute d-md-none collapsed" type="button" data-toggle="collapse" data-target="#sidebarMenu" aria-controls="sidebarMenu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/views/macro/breadcrumb.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="/">Homepage</a>
<a href="{{ path('mobizel_markdown_docs_index') }}">Homepage</a>
</li>

{% for title in items %}
Expand Down

0 comments on commit bd9d051

Please sign in to comment.