feat(*): refactor dynamic vs. static structure and distinctions; make additional elements dynamic
This commit is contained in:
parent
7a0b808f24
commit
203012eef7
129 changed files with 983 additions and 960 deletions
19
src/pages/dynamic/index.php.liquid
Normal file
19
src/pages/dynamic/index.php.liquid
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
permalink: /index.php
|
||||
---
|
||||
<?php
|
||||
require_once __DIR__ . '/bootstrap.php';
|
||||
?>
|
||||
{% render "static/home/intro.liquid"
|
||||
intro:globals.intro
|
||||
%}
|
||||
<article>
|
||||
<h2>
|
||||
{% tablericon "activity" %}
|
||||
Recent activity
|
||||
</h2>
|
||||
{% render "dynamic/media/recent-media.php.liquid" %}
|
||||
{% render "static/home/recent-activity.liquid"
|
||||
items:recentActivity
|
||||
%}
|
||||
</article>
|
Loading…
Add table
Add a link
Reference in a new issue