mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-10 07:35:01 +00:00
2 blog posts, 4 tweets. Blog posts should be isolated from tweets.
This commit is contained in:
parent
53ccbab040
commit
e031c32d30
|
@ -43,14 +43,16 @@
|
|||
|
||||
{{ define "main" }}
|
||||
<section class="section">
|
||||
<div class="columns is-multiline">
|
||||
<div class="columns">
|
||||
{{ range first 2 (where (where .Data.Pages ".Params.twitter" "==" nil) "Type" "entry") }}
|
||||
<div class="column is-half">
|
||||
{{ partial "entry/summary" . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
{{ range first 2 (where (where .Data.Pages ".Params.twitter" "!=" nil) "Type" "entry") }}
|
||||
<div class="columns is-multiline">
|
||||
{{ range first 4 (where (where .Data.Pages ".Params.twitter" "!=" nil) "Type" "entry") }}
|
||||
<div class="column is-half">
|
||||
{{ partial "entry/summary" . }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue