homepage translations
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-10 17:49:05 -03:00
parent 103d90e994
commit fbd1f78454
5 changed files with 30 additions and 6 deletions

View File

@@ -7,11 +7,13 @@
<div class="avatar">
<img class="rounded-circle" src="{{ .Sites.First.BaseURL }}img/{{ .Site.Params.avatar }}" alt="Responsive image">
</div>
<h3>I'm <strong>{{ .Site.Params.author }}</strong>, a system administrator.</h3>
<h3>I'm into everything DevOps, delivery automation, and infrastructure.</h3>
<!-- <h3>Have a look at some of my working <a href="{{ .Site.BaseURL }}projects/"> projects</a>.</h3> -->
<h3>Check out my <a href="{{ .Site.BaseURL }}cv/">resume</a>.</h3>
<!-- <h3>Contact me at <a href="http://twitter.com/{{ .Site.Params.Social.Twitter }}">@{{ .Site.Params.Social.Twitter }}</a> or by <a href="mailto:{{ .Site.Params.Social.Email }}">email</a>.</h3> -->
{{ $site := .Site }}
{{ $data := index .Site.Data .Site.Language.Lang }}
{{ with $data.home }}
{{ range .content }}
<h3>{{ . | markdownify }}</h3>
{{ end }}
{{ end }}
{{ partial "social.html" . }}
</div>
</section>