mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Recreate bare-bones and memory-management sections
This commit is contained in:
@@ -12,11 +12,15 @@
|
||||
{{ end }}
|
||||
</p></div>
|
||||
|
||||
<div class="posts">
|
||||
<div id="bare-bones" class="post-category bare-bones">Bare Bones</div>
|
||||
<div class="posts bare-bones">
|
||||
{{ range first 4 (where .Site.Pages.ByDate "Section" "post") }}
|
||||
{{ .Render "teaser" }}
|
||||
{{ end }}
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<div id="memory-management" class="post-category memory-management">Memory Management</div>
|
||||
<div class="posts memory-management">
|
||||
{{ range first 4 (after 4 (where .Site.Pages.ByDate "Section" "post")) }}
|
||||
{{ .Render "teaser" }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user