new content

This commit is contained in:
Oliver
2025-05-03 16:10:24 -03:00
parent 2d3ac8f5a1
commit 661b829be3
4 changed files with 11 additions and 3 deletions

View File

@@ -1,7 +1,12 @@
{{ define "main" }}
<div class="col-lg-4 col-xl-3">
<div class="author-banner bg-primary-light text-center d-flex flex-column align-items-center justify-content-center">
<h1 class="h5">Odoo Community Hosting Tips, Tutorials & Best Practices </h1>
{{ with site.GetPage "/about" }}
{{ if .Params.image }}
<img loading="lazy" class="mb-4 rounded-circle w-100" style="max-width:280px" src="{{ .Params.image | absURL }}" alt="Author">
@@ -134,4 +139,4 @@
</div>
</div>
{{ end }}
{{ end }}