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

listPage.html « partials « layouts - github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 58f9b9421b39bc95d8c028d37d23e84161c24f73 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="list-page-data">
  <time class="list-page-date">
    {{- dateFormat .Site.Params.theme.dateFormat .Date }}
  </time>
  <a
    class="archive-table-link"
    href="{{ .Permalink }}"
  >
    {{ .Title }}
  </a>
</div>