From 7943865cc66b80eb54e06ec304bccef0d3a44151 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 29 Nov 2022 21:32:41 +0100 Subject: Move mediocregopher.com content to index of this site --- src/http/tpl/index.html | 59 +++++++++++++++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 21 deletions(-) (limited to 'src/http/tpl/index.html') diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html index 9b03531..51805b1 100644 --- a/src/http/tpl/index.html +++ b/src/http/tpl/index.html @@ -1,34 +1,51 @@ {{ define "body" }} - {{ if ge .Payload.PrevPage 0 }}

- < < Previous Page + Hi! I'm Brian, and this here's my little corner of the web. Here I write + posts + about projects I'm working on and things that interest me (which you can + follow, + if you like). Beyond that I've linked to various related links related to me + below.

- {{ else }} -

- Welcome to the Mediocre Blog! Posts are listed in chronological order. If - you aren't sure of where to start I recommend picking at random. -

- {{ end }} +

Social

+ + +

Dev

- {{ if ge .Payload.NextPage 0 }} -

- Next Page > > -

- {{ end }} +

Art

+ + +
+ +

I'm not affiliated with these, but they're worth listing.

+ {{ end }} -- cgit v1.2.3