new content

This commit is contained in:
Oliver
2025-05-15 17:14:40 -03:00
parent f813e61c23
commit 75e3b435a3
5 changed files with 19 additions and 17 deletions

View File

@@ -6,7 +6,6 @@
<h1 class="h5">Odoo Community Hosting Tips, Tutorials & Best Practices </h1>
{{ with site.GetPage "/about" }}
{{ if .Params.image }}
<img class="mb-4 rounded-circle w-100" style="max-width:280px" src="{{ .Params.image | absURL }}" alt="Author">
@@ -17,6 +16,14 @@
<h2 class="h3 text-primary font-primary mb-3">{{ .Params.name }}</h2>
<div class="mb-0 mx-auto" style="max-width:460px">{{ .Params.summary }} <a href="{{ .Permalink }}" aria-label="About me" class="text-underline d-inline-block">{{ i18n `read_more` }}</a></div>
{{ end }}
<ul class="social-links is-circled list-unstyled list-inline font-weight-500">
{{ range .Site.Params.social }}
<li class="list-inline-item"><a href="{{.link}}" title="{{.title}}">
<i class="icon {{.icon}}"></i> {{.title}}
</a></li>
{{ end }}
</ul>
</div>
</div>
<div class="col-lg-8 col-xl-9">

View File

@@ -12,4 +12,6 @@
<div class="mb-0 mx-auto" style="max-width:460px">{{ .Summary }} <a href="{{ .Permalink }}" aria-label="About me" class="text-underline d-inline-block">{{ i18n `read_more` }}</a></div>
{{ end }}
</div>
</div>