You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 4 година
123456789101112
  1. {{ partial "header" . }}
  2. <main>
  3. <div class="intro">
  4. {{ with .Site.Params.profilePic }} <img class="profile" src="{{ . }}"> {{ end }}
  5. <h1>{{ .Site.Title }}</h1>
  6. <h2>{{ markdownify .Site.Params.Description }}</h2>
  7. {{ with .Content }} <div class="homepage-content text-justify">{{ . }}</div> {{ end }}
  8. </div>
  9. </main>
  10. {{ partial "footer" . }}