Bring up to date
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
{{ define "main" }}
|
||||
<div class="content wrapper">
|
||||
{{ $paginator := .Paginate (where .Pages.ByPublishDate.Reverse ".Params.date" "!=" nil) 6 }}
|
||||
<link rel="stylesheet" type="text/css" href="/css/pagination.css" />
|
||||
<h2>{{ .Title }}</h2>
|
||||
{{ $paginator := .Paginate (where .Pages.ByPublishDate.Reverse ".Params.date" "!=" nil) 10 }}
|
||||
{{ if eq $paginator.PageNumber 1 }}
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
<h2>Recent pieces</h2>
|
||||
{{ template "_internal/pagination.html" . }}
|
||||
<ol class="post-card-box clearfix">
|
||||
{{ range $paginator.Pages.ByPublishDate.Reverse }}
|
||||
<li>
|
||||
@ -25,7 +27,6 @@
|
||||
</li>
|
||||
{{ end }}
|
||||
</ol>
|
||||
<link rel="stylesheet" type="text/css" href="/css/pagination.css" />
|
||||
{{ template "_internal/pagination.html" . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
@ -119,13 +119,13 @@
|
||||
<p>Along with standalone works and story collections, Madison has worked on several writing projects, often with others</p>
|
||||
<ul>
|
||||
<li><a target="_blank" href="https://ally.id">ally</a> - an ergodic, semiautobiographical project in the form of a conversation</li>
|
||||
<li><a target="_blank" href="https://post-self.io">Post-Self</a> - a collaborative fiction project designed to explore the implications of a universe where the sense of self can be blurred, split, or demolished through replication</li>
|
||||
<li><a target="_blank" href="https://post-self.github.io">Post-Self</a> - a collaborative fiction project designed to explore the implications of a universe where the sense of self can be blurred, split, or demolished through replication</li>
|
||||
<li><a target="_blank" href="https://adjectivespecies.com">[adjective][species]</a> and <a target="_blank" href="https://lovesexfur.com">Love ◦ Sex ◦ Fur</a> - [a][s] is a metafurry resource aiming to take a look at the furry world from the inside out; LSF is a sub-project exploring the same in a more adult setting</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="small">
|
||||
<a target="_blank" href="https://ally.id"><img alt="ally" src="/assets/img/projects/ally.png" /></a>
|
||||
<a target="_blank" href="https://post-self.io"><img alt="Post-Self" src="/assets/img/projects/post-self.png" /></a>
|
||||
<a target="_blank" href="https://post-self.github.io"><img alt="Post-Self" src="/assets/img/projects/post-self.png" /></a>
|
||||
<a target="_blank" href="https://adjectivespecies.com"><img alt="[a][s]" src="/assets/img/projects/adjspecies.png" /></a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user