first commit
This commit is contained in:
commit
13e2fd6e74
125 changed files with 19943 additions and 0 deletions
9
layouts/partials/archive.html
Executable file
9
layouts/partials/archive.html
Executable file
|
@ -0,0 +1,9 @@
|
|||
|
||||
<ul class="post" id="list">
|
||||
|
||||
{{ range .Site.Pages }}
|
||||
<h3 id="archive" class="shortend shorttop"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
|
||||
<p>{{ .Date.Format "Jan 2, 2006" }}</p>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue