chore: reorganize home page to put media + activity in single section
This commit is contained in:
parent
965c48fc3e
commit
0ccc749cd8
5 changed files with 85 additions and 92 deletions
|
@ -6,10 +6,16 @@ updated: "now"
|
|||
intro:globals.intro,
|
||||
nowPlaying:nowPlaying.content
|
||||
%}
|
||||
{% render "home/recent-media.liquid"
|
||||
media:recentMedia,
|
||||
globals:globals
|
||||
%}
|
||||
{% render "home/recent-activity.liquid"
|
||||
items:recentActivity
|
||||
%}
|
||||
<article>
|
||||
<h2>
|
||||
{% tablericon "activity" %}
|
||||
Recent activity
|
||||
</h2>
|
||||
{% render "home/recent-media.liquid"
|
||||
media:recentMedia,
|
||||
globals:globals
|
||||
%}
|
||||
{% render "home/recent-activity.liquid"
|
||||
items:recentActivity
|
||||
%}
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue