Hack: Put “Handling Exceptions” before “Double Faults”

This commit is contained in:
Philipp Oppermann
2017-03-25 16:37:16 +01:00
parent 3b1f795714
commit d3a0684014

View File

@@ -28,7 +28,10 @@
<div id="interrupts" class="post-category exceptions">Exceptions</div>
<div class="posts exceptions">
{{ range first 4 (after 8 (where .Site.Pages.ByDate "Section" "post")) }}
{{ range first 1 (after 9 (where .Site.Pages.ByDate "Section" "post")) }}
{{ .Render "teaser" }}
{{ end }}
{{ range first 1 (after 8 (where .Site.Pages.ByDate "Section" "post")) }}
{{ .Render "teaser" }}
{{ end }}
</div>