first commit
This commit is contained in:
commit
13e2fd6e74
125 changed files with 19943 additions and 0 deletions
36
layouts/indexes/indexes.html
Executable file
36
layouts/indexes/indexes.html
Executable file
|
@ -0,0 +1,36 @@
|
|||
{{ partial "header.html" . }}
|
||||
<body lang="en" itemscope itemtype="http://schema.org/Article">
|
||||
<div id="topbar">
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
{{ template "partials/sidebar.html" . }}
|
||||
|
||||
{{ $baseurl := .Site.BaseURL }}
|
||||
</header>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="wrapper">
|
||||
<div class="units-row">
|
||||
<div class="unit-centered unit-80">
|
||||
|
||||
<h2>Category Index</h2>
|
||||
<p class="capitalize">
|
||||
{{ $data := .Data }}
|
||||
{{ range $key,$value := .Data.Index.ByCount }}
|
||||
· <a href="categories/{{ $value.Name | urlize }}"> {{ $value.Name }} </a> ({{ $value.Count }})
|
||||
{{ end }}
|
||||
</p>
|
||||
{{ partial "allcats.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="separator">
|
||||
|
||||
{{ partial "whatisthis.html" . }}
|
||||
{{ partial "foot.html" . }}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue