Files
hmc_site_source/layouts/partials/page-header.html
Devon 05e9f8882a About page, most of frontpage, news
Frontpage:
- Implement initial pass of swipers, might look for something that doesn't require JS.
- Implemented transitions
- Added transitions / company logos to assets
About page:
- Basically duplicated layout from existing website
News:
- Renamed /blog -> /news, not too much in this section left to do, relatively straightforward for that
2024-10-13 13:13:30 -07:00

9 lines
191 B
HTML

<section>
<div class="container text-center">
<div
class="px-8 py-14">
<h1>{{ T (printf "%s" (lower .Title)) | default .Title | title }}</h1>
</div>
</div>
</section>