13 lines
226 B
HTML
13 lines
226 B
HTML
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
|
||
|
<h1 class="border border-top-0 border-right-0 border-left-0 mb-3 pb-2">{{ page.title }}</h1>
|
||
|
|
||
|
<div class="d-md-block d-lg-none">
|
||
|
{% include components/portfolio-meta.html %}
|
||
|
</div>
|
||
|
|
||
|
{{ content }}
|
||
|
|