mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2025-06-08 14:24:26 +02:00
Initial commit
This commit is contained in:
commit
d703c1bfad
31 changed files with 297 additions and 0 deletions
13
layouts/_default/list.html
Normal file
13
layouts/_default/list.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
{{ partial "header.html" . -}}
|
||||
<h1 class="page-head">{{ .Title }}</h1>
|
||||
<main>
|
||||
<article>
|
||||
{{ .Content -}}
|
||||
<ul>
|
||||
{{- range.Pages }}
|
||||
<li><time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "2006 Jan 02" }}</time> – <a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
|
||||
{{ end -}}
|
||||
</ul>
|
||||
</article>
|
||||
</main>
|
||||
{{- partial "footer.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue