feat(*): refactor dynamic vs. static structure and distinctions; make additional elements dynamic
This commit is contained in:
parent
7a0b808f24
commit
69da20fd8e
127 changed files with 984 additions and 956 deletions
20
src/pages/dynamic/index.php.liquid
Normal file
20
src/pages/dynamic/index.php.liquid
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
permalink: /index.php
|
||||
---
|
||||
<?php
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
require_once __DIR__ . "/config/dynamic/init.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