diff options
Diffstat (limited to 'res/template-website')
-rw-r--r-- | res/template-website/pages/Home | 3 | ||||
-rw-r--r-- | res/template-website/posts/day later post | 2 | ||||
-rw-r--r-- | res/template-website/posts/month later post | 2 | ||||
-rw-r--r-- | res/template-website/posts/new year post | 2 |
4 files changed, 9 insertions, 0 deletions
diff --git a/res/template-website/pages/Home b/res/template-website/pages/Home index d35cb13..12a2b27 100644 --- a/res/template-website/pages/Home +++ b/res/template-website/pages/Home @@ -1,3 +1,6 @@ ## Welcome Hi, enjoy my website. + +### Latest posts: +<ul>$list_post(2)$</ul> diff --git a/res/template-website/posts/day later post b/res/template-website/posts/day later post new file mode 100644 index 0000000..1652e65 --- /dev/null +++ b/res/template-website/posts/day later post @@ -0,0 +1,2 @@ +$date(06.10.2021)$ +first post diff --git a/res/template-website/posts/month later post b/res/template-website/posts/month later post new file mode 100644 index 0000000..69ec43e --- /dev/null +++ b/res/template-website/posts/month later post @@ -0,0 +1,2 @@ +$date(05.11.2021)$ +first post diff --git a/res/template-website/posts/new year post b/res/template-website/posts/new year post new file mode 100644 index 0000000..49d7ea8 --- /dev/null +++ b/res/template-website/posts/new year post @@ -0,0 +1,2 @@ +$date(01.01.2022)$ +first post of the year 2022 |