This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user