mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Hack: Put “Handling Exceptions” before “Double Faults”
This commit is contained in:
@@ -28,7 +28,10 @@
|
|||||||
|
|
||||||
<div id="interrupts" class="post-category exceptions">Exceptions</div>
|
<div id="interrupts" class="post-category exceptions">Exceptions</div>
|
||||||
<div class="posts exceptions">
|
<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" }}
|
{{ .Render "teaser" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user