first commit
This commit is contained in:
commit
13e2fd6e74
125 changed files with 19943 additions and 0 deletions
layouts/indexes
37
layouts/indexes/blog.html
Executable file
37
layouts/indexes/blog.html
Executable file
|
@ -0,0 +1,37 @@
|
|||
{{ partial "header.html" . }}
|
||||
<body lang="en">
|
||||
|
||||
<div id="topbar">
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
{{ partial "sidebar.html" . }}
|
||||
{{ $baseurl := .Site.BaseURL }}
|
||||
</header>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="wrapper">
|
||||
<div class="units-row">
|
||||
<div class="unit-70">
|
||||
<!-- Column of even-numbered posts -->
|
||||
{{ range (.Paginator 10).Pages }}
|
||||
{{ .Render "summary" }}
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="unit-30">
|
||||
<h3></h3>
|
||||
<p><em>Sociology and other distractions, since 2002. View <a href="blog/archives/">all posts by date</a>, or <a href="/categories/">an index of posts by category</a></em>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{partial "paging.html" . }}
|
||||
|
||||
<br />
|
||||
|
||||
<hr class="separator">
|
||||
|
||||
{{ partial "whatisthis.html" . }}
|
||||
|
||||
{{ partial "foot.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue