* replace Bootstrap-based styling with Tailwind CSS * update theme compatibility for latest Hugo version * refactor templates and partials * fix outdated code and broken components * improve project structure and maintainability * optimize styling and frontend build setup
16 lines
293 B
HTML
Executable File
16 lines
293 B
HTML
Executable File
{{ define "main" }}
|
|
|
|
|
|
<section class="section pt-46">
|
|
<div class="container">
|
|
<div class="row justify-center">
|
|
<div class="lg:col-10">
|
|
<div class="content">
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{{ end }}
|