27 lines
381 B
HTML
27 lines
381 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<section class="py-5">
|
|
<div class="container px-5">
|
|
<h1 class="mb-4">{{ page.title }}</h1>
|
|
|
|
<div class="post-content">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<style type="text/css">
|
|
.md-content h1 {
|
|
display: none;
|
|
}
|
|
.post-content h2 {
|
|
margin-bottom: 1rem;
|
|
}
|
|
.post-content h3 {
|
|
font-size: 1.5rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
</style>
|