pi-www-theme-soho/layouts/_default/list.html

16 lines
404 B
HTML
Raw Normal View History

2014-05-23 23:44:37 +03:00
{{ template "theme/partials/head.html" . }}
2014-04-27 01:25:13 +03:00
<body>
2014-05-23 23:44:37 +03:00
{{ template "theme/partials/sidebar.html" . }}
2014-04-27 01:25:13 +03:00
<div class="content container">
<ul class="posts">
{{ range .Data.Pages }}
<li><span><a href="{{ .Permalink }}">{{ .Title }}</a><time class="pull-right post-list">{{ .Date.Format "Mon, Jan 2, 2006" }}</h4></time></span></span></li>
{{ end }}
</ul>
</div>
</body>
</html>