diff --git a/content/posts/tumblr-musings/google-car/index.md b/content/posts/tumblr-musings/google-car/index.md new file mode 100644 index 00000000..004f4a30 --- /dev/null +++ b/content/posts/tumblr-musings/google-car/index.md @@ -0,0 +1,16 @@ +--- +date: 2009-05-26T00:21:00+01:00 +draft: false +emoji: 📸 +images: +tags: + - google + - street map + - from-tumblr +--- + +![A screenshot of Google StreetView zoomed in to show a (blurry-faced) JP standing at a zebra crossing.](screenshot.jpg) + +Yeah. I saw the Google car. And yes, I'm wearing my [awesome retro comedy t-shirt](https://www.thatawesomeshirt.com/shirt/2516/blow-me/)[^1]. Tho I have short hair, which looks very weird now... + +[^1]: Import note: I had a link to bustedtees.com here, but they no-longer list it online. It was a green T-Shirt with a grey/yellow screenprint showing an Nintendo Entertainment System cartridge and the (80s bubble style) text saying "blow me.". There's no accounting for taste 😅 diff --git a/content/posts/tumblr-musings/google-car/screenshot.jpg b/content/posts/tumblr-musings/google-car/screenshot.jpg new file mode 100644 index 00000000..a9d56724 Binary files /dev/null and b/content/posts/tumblr-musings/google-car/screenshot.jpg differ diff --git a/content/posts/tumblr-musings/hot-weather-pleasure.md b/content/posts/tumblr-musings/hot-weather-pleasure.md new file mode 100644 index 00000000..fa26d195 --- /dev/null +++ b/content/posts/tumblr-musings/hot-weather-pleasure.md @@ -0,0 +1,13 @@ +--- +date: 2009-05-27T00:19:00+01:00 +draft: false +emoji: 💬 +images: +tags: + - from-tumblr + - via-twitter +--- + +> Try another pleasure, such as putting your underwear in the fridge when the weather is hot. +> +> [Rich Jackson](https://twitter.com/RichardJJ/statuses/1929169703) diff --git a/content/posts/tumblr-musings/how-developers-brains-work.md b/content/posts/tumblr-musings/how-developers-brains-work.md index 70abc7a4..f0f7f4ca 100644 --- a/content/posts/tumblr-musings/how-developers-brains-work.md +++ b/content/posts/tumblr-musings/how-developers-brains-work.md @@ -6,6 +6,7 @@ emoji: 🧠 images: tags: - from-tumblr + - via-twitter --- _@threedaymonk_: Got home to find both UKIP and BNP leaflets on my doorstep. Feeling nauseous. diff --git a/themes/hello-friend-ng/layouts/partials/head.html b/themes/hello-friend-ng/layouts/partials/head.html index 1fefc287..c2c7deb6 100644 --- a/themes/hello-friend-ng/layouts/partials/head.html +++ b/themes/hello-friend-ng/layouts/partials/head.html @@ -13,7 +13,7 @@ {{ if .IsHome }} {{ $.Site.Title }} {{ else }} - {{ .Title }}, {{ $.Site.Title }} + {{if .Title }}{{ .Title }}{{ else }}Untitled post{{ end }}, {{ $.Site.Title }} {{ end }} {{ end }}