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
9 lines
191 B
HTML
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>
|