CHANGE image handling, ADD partials to reuse structure, REFACTOR
This commit is contained in:
parent
1265491dee
commit
01dcf04b8a
36 changed files with 1181 additions and 864 deletions
4
layouts/partials/components/title.html
Normal file
4
layouts/partials/components/title.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<div class="title">
|
||||
<h1 class="content-title">{{ . }}</h1>
|
||||
<div class="divider"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue