Init with some changes to the Serif Theme
This commit is contained in:
commit
912d143813
243 changed files with 15251 additions and 0 deletions
15
_layouts/service.html
Normal file
15
_layouts/service.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: default
|
||||
bodyClass: "page-service"
|
||||
---
|
||||
|
||||
<div class="container pb-6 pt-6 pt-md-10 pb-md-10">
|
||||
<div class="row justify-content-start">
|
||||
<div class="col-12 col-md-8">
|
||||
<div class="service service-single">
|
||||
<h1 class="title">{{page.title}}</h1>
|
||||
<div class="content">{{content}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue