base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
18
liquid/includes/layout/headers/page-header-4.html
Normal file
18
liquid/includes/layout/headers/page-header-4.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<div class="page-header">
|
||||
<div class="row align-items-center mw-100">
|
||||
<div class="col">
|
||||
<div class="mb-1">
|
||||
{% include "ui/breadcrumb.html" pages="Home,Library,Articles" %}
|
||||
</div>
|
||||
<h2 class="page-title">
|
||||
<span class="text-truncate">Knights of Ni, we are but simple travelers who seek the enchanter who lives beyond these woods.</span>
|
||||
</h2>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<div class="btn-list">
|
||||
{% include "ui/button.html" icon="plus" icon="edit" text="Edit" class="d-none d-md-inline-flex" %}
|
||||
{% include "ui/button.html" color="primary" text="Publish" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue