OpenTally/homepage/_layouts/post.html

27 lines
381 B
HTML
Raw Normal View History

2021-10-28 01:23:33 +11:00
---
layout: default
---
<section class="py-5">
<div class="container px-5">
<h1 class="mb-4">{{ page.title }}</h1>
2021-10-28 16:28:53 +11:00
<div class="post-content">
{{ content }}
</div>
2021-10-28 01:23:33 +11:00
</div>
</section>
2021-10-28 16:28:53 +11:00
<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>