From 1d51579ec077ba275199f93a4af963307400914e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 17 Jul 2020 16:49:55 +0100 Subject: [PATCH] Add date to steap igpu fix post Might fix #84 --- content/posts/steam-igpu-linux.md | 1 + layouts/posts/list.html | 14 +++++--------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/content/posts/steam-igpu-linux.md b/content/posts/steam-igpu-linux.md index 893fa88..915d5ca 100644 --- a/content/posts/steam-igpu-linux.md +++ b/content/posts/steam-igpu-linux.md @@ -2,6 +2,7 @@ title: Fix steam under linux with an iGPU subtitle: Fixing "`libGL error failed to load driver i965`" image: http://stuffpoint.com/steam/image/91140-steam-steam-wallpaper-circles.png +date: 2016-09-19 tags: [linux] --- diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 5a2b620..c52a5c9 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -9,15 +9,11 @@ {{ range .Pages.GroupByDate "2006-01" }} {{ $month := print .Key "-01" }} - {{ if (index .Pages 0).Date.IsZero }} -
- {{ else }} -

- - - -

- {{ end }} +

+ + + +

{{ range (sort .Pages "Date" "desc") }} {{ partial "list_item.html" . }} {{ end }}