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

homePageArticle.html « index « partials « layouts - github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65d4e84a1b2d35c0f8711311a90720ff9e03dcab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="pinned-post card shadow round-corner">
    <div class="card-links"></div>
    <h1 style="margin: 0"><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
    <p class="document-date">
      {{ dateFormat .Site.Params.theme.dateFormat .Date }} &middot; {{ .Params.author }}
    </p>
    <hr />
    {{ .Content }}
    {{ if .Site.Params.theme.pinnedPosts }}
    <hr />
    <a
      href="{{ `pinnedposts` | relURL }}"
      style="display: block; text-align: right"
      >Previously Pinned Posts</a
    >
    {{ end }}
  </div>