Initial commit
This commit is contained in:
commit
ff41d5ea95
28 changed files with 908 additions and 0 deletions
6
layouts/partials/breadcrumbs.html
Normal file
6
layouts/partials/breadcrumbs.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<nav aria-label="breadcrumb" style="background-color: #e9ecef">
|
||||
<ol class="breadcrumb container">
|
||||
<li class="breadcrumb-item"><a href="../">{{ i18n "home" }}</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">{{ .Title }}</li>
|
||||
</ol>
|
||||
</nav>
|
||||
Loading…
Add table
Add a link
Reference in a new issue