{{ define "partials/list-limited.html" }} {{/* This is not pretty but I'm not good at templates */}} {{ $params := . | transform.Unmarshal (dict "delimiter" ";") }} {{ $fields := index $params 0 }} {{ $pageurl := index $fields 0 }} {{ $pagename := index $fields 1 }} {{ $limit := 5 }} {{ $pages := where site.RegularPages "Section" $pageurl }} {{- with $pages }}

Latest {{$pagename}}

{{- range ( $pages | first $limit ) }}

{{ .Title }}

{{ end }} {{ if (gt ($pages | len) $limit )}} See moreā€¦ {{ end }}
{{ end }} {{ end }} {{ define "main" }}

I'm your random internet dude and I figured that if I wrote something on the Internet then maybe someone outght to read it, also I needed a website cause everyone got one of those!

What did you do?!

Here are some of my more known projects, or rather, projects I'd prefer to be known for:

What's in this desperate corner of the net?

In here you will find my blog where I discuss things that I give enough thought to actually write long form posts about rather than just rant on DMs and other resources that I've been publishing all over the place and in dire need of a more permanent home. Check the links at the top or look below for the latest posts!

Miscellaneous link collection of ultimate destiny

Find me at any of these places: {{ range $name, $link := $.Site.Data.home.links }} {{ $name }} {{ end }}

{{ partial "list-limited.html" "blog;posts" }} {{ partial "list-limited.html" "pages;pages" }} {{ end }}