{{ partial "header.html" . }} <h2>Contact</h2> email: <span class="emailaddr">christoffer (at) guava.space</span> <br> <h2>Writings</h2> <ul> {{ range first 10 .Data.Pages }} {{ if eq .Type "post" }} <li><a href="{{ .Permalink }}">{{ .Title }} ({{ .Date.Format "Jan 2, 2006" }})</a></li> {{ end }} {{ end }} </ul> <h2>Pages</h2> <ul> {{ range .Data.Pages }} {{ if eq .Type "page" }} <li><a href="{{ .Permalink }}">{{ .Title }}</a></li> {{ end }} {{ end }} </ul> <h2>Where to find me on the internet</h2> <ul> <li><a href="{{.Site.BaseURL}}">Right here!</a></li> <li><a href="https://keybase.io/kipari">Keybase</a></li> <li><a href="http://mango.thedevcave.net/christoffermadsen">GitLab (mango)</a></li> <li><a href="https://www.flickr.com/photos/62108810@N04/">Flickr</a></li> <li><a href="#">WCD (RIP)</a>, <a href="#">PTP</a>, <a href="#">BTN</a></li> </ul> {{ partial "footer.html" . }}