21 lines
371 B
HTML
21 lines
371 B
HTML
---
|
|
permalink: /
|
|
updated: "now"
|
|
---
|
|
{% render "home/intro.liquid"
|
|
intro:globals.intro,
|
|
nowPlaying:nowPlaying.content
|
|
%}
|
|
<article>
|
|
<h2>
|
|
{% tablericon "activity" %}
|
|
Recent activity
|
|
</h2>
|
|
{% render "home/recent-media.liquid"
|
|
media:recentMedia,
|
|
globals:globals
|
|
%}
|
|
{% render "home/recent-activity.liquid"
|
|
items:recentActivity
|
|
%}
|
|
</article>
|