Rename “Interrupts” section to “Exceptions”

There will be some more posts about exceptions, so they get their own section.
This commit is contained in:
Philipp Oppermann
2016-06-14 11:51:51 +02:00
parent c52ba54077
commit 7bd6030185
2 changed files with 4 additions and 4 deletions

View File

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