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

index.html « layouts - github.com/kritoke/darksimplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e46f3ff62c973d7e2c42a280c51d621804489b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

{{ partial "header.html" . }}
{{ range (.Paginate (where .Data.Pages "Type" "post")).Pages }}
<div class="empty">&nbsp;</div>
  <div class="post-title">
    <a class="post-title-link" href="{{ .Permalink }}">{{ .Title }}</a>
  </div>{{ if isset .Params "tags" }}
      <div class="tags">tags:</br>
        {{ range  .Params.tags }}<a class="tag-link" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }} </a>{{ end }}</div>
    <div class="content-tags"><p>{{.Summary}}</p></div>{{ else }}
    <div class="content-full"><p>{{.Summary}}</p></div>  {{ end }}{{ end }}
    {{ partial "pagination.html" . }}
    {{ partial "footer.html" . }}