Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « layouts - github.com/plopcas/papaya.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c8178358a18d9bed66a00468f71c2327efbd7ce (plain)
1
2
3
4
5
6
7
8
{{ define "main" }}

<div id="home-jumbotron" class="jumbotron text-center">
  <h1 class="title">{{ .Site.Title }}</h1>
  <p class="font-125">by {{ .Site.Params.authorName | markdownify }}</p>
</div>

{{ end }}