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

single.html « _default « layouts - github.com/kritoke/darksimplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 341cd94bc0862c0eb1fc8aeef9695a9820580c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{ partial "header.html" . }}
  <article itemscope itemtype="http://schema.org/Blog">
    <div class="post-title">
      <a class="post-title-link" href="{{ .Permalink }}" itemprop="name">{{ .Title }}</a>
    </div>{{ if isset .Params "tags" }}
        <div class="tags">tags:</br>
          <span itemprop="keywords">{{ range  .Params.tags }}<a class="tag-link" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" rel="tag">{{ . }} </a>{{ end }}
          </span>
      </div>{{ end }}
      <div class="content-full">{{ .Content }}{{ partial "disqus.html" . }}</div>
  </article>
{{ partial "footer.html" . }}