journal
all all entries rss SoML excited dreams runes YRUU ultimate KTRU skate sleepy nihongo
Rob is 20,118 days old today.
prev day next day printable version

Entries this day: great-timing-to-see-mai-and-richard how-to-find-next-page-in-section-in-hugo

great timing to see mai and richard

15:16 Monday 08 July 2019 JST

On the way home from Akabanebashi today, I happened to cross paths with Mai, who saw me as she was walking perpendicular to my path of travel, focused on a youtube video about teleportation paradox in Portal.

{{< youtube B19nlhbA7-E >}}

Wow! Hi! Headed over to the cafe to chat with Richard and trade travel stories. Great and grateful to see them!

8 july 2019 richard mai hi

permalink

how to find next page in section in hugo

15:36 Monday 08 July 2019 JST

Wow Hugo rules. Thank you, Bep!

I got my journal/ and blog/ indices separated by adding a bit of code to the pagination.

https://github.com/thunderrabbit/purehugo-tr/commit/16559a8ffa3ec74f57af7398a90f259f41972675

And now the Prev and Next links work based on section.

https://github.com/thunderrabbit/purehugo-tr/commit/97b09a88d01a493374ba6231185bf8cb9b723e0b

            <div class="pager">
                 {{with .NextInSection}} <a href="{{.Permalink}}" rel="prev" style="float: left!important">❮ {{.Title}}</a>{{end}}
                 {{with .PrevInSection}} <a href="{{.Permalink}}" rel="next" style="float: right!important"> {{.Title}} ❯</a>{{end}}
            </div>

Nice!

permalink
prev day next day