mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Rename “Interrupts” section to “Exceptions”
There will be some more posts about exceptions, so they get their own section.
This commit is contained in:
@@ -26,8 +26,8 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="interrupts" class="post-category interrupts">Interrupts</div>
|
<div id="interrupts" class="post-category exceptions">Exceptions</div>
|
||||||
<div class="posts interrupts">
|
<div class="posts exceptions">
|
||||||
{{ range first 4 (after 8 (where .Site.Pages.ByDate "Section" "post")) }}
|
{{ range first 4 (after 8 (where .Site.Pages.ByDate "Section" "post")) }}
|
||||||
{{ .Render "teaser" }}
|
{{ .Render "teaser" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ main img {
|
|||||||
border: 2px solid #cc0;
|
border: 2px solid #cc0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.posts.interrupts {
|
.posts.exceptions {
|
||||||
border: 2px solid #f66;
|
border: 2px solid #f66;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -71,7 +71,7 @@ main img {
|
|||||||
color: #990;
|
color: #990;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-category.interrupts {
|
.post-category.exceptions {
|
||||||
color: #f33;
|
color: #f33;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user