parent
f062ff73b9
commit
1d51579ec0
2 changed files with 6 additions and 9 deletions
|
@ -2,6 +2,7 @@
|
||||||
title: Fix steam under linux with an iGPU
|
title: Fix steam under linux with an iGPU
|
||||||
subtitle: Fixing "`libGL error failed to load driver i965`"
|
subtitle: Fixing "`libGL error failed to load driver i965`"
|
||||||
image: http://stuffpoint.com/steam/image/91140-steam-steam-wallpaper-circles.png
|
image: http://stuffpoint.com/steam/image/91140-steam-steam-wallpaper-circles.png
|
||||||
|
date: 2016-09-19
|
||||||
tags: [linux]
|
tags: [linux]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -9,15 +9,11 @@
|
||||||
|
|
||||||
{{ range .Pages.GroupByDate "2006-01" }}
|
{{ range .Pages.GroupByDate "2006-01" }}
|
||||||
{{ $month := print .Key "-01" }}
|
{{ $month := print .Key "-01" }}
|
||||||
{{ if (index .Pages 0).Date.IsZero }}
|
<h3 class="mt-5" id="{{ $month }}">
|
||||||
<hr class="my-5" />
|
<a href="#{{ $month }}" class="no-color-change">
|
||||||
{{ else }}
|
<time datetime="{{ $month }}" title='{{ dateFormat "January 2006" $month }}'>{{ dateFormat "2006-01" $month }}</time>
|
||||||
<h3 class="mt-5" id="{{ $month }}">
|
</a>
|
||||||
<a href="#{{ $month }}" class="no-color-change">
|
</h3>
|
||||||
<time datetime="{{ $month }}" title='{{ dateFormat "January 2006" $month }}'>{{ dateFormat "2006-01" $month }}</time>
|
|
||||||
</a>
|
|
||||||
</h3>
|
|
||||||
{{ end }}
|
|
||||||
{{ range (sort .Pages "Date" "desc") }}
|
{{ range (sort .Pages "Date" "desc") }}
|
||||||
{{ partial "list_item.html" . }}
|
{{ partial "list_item.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue