mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Created latest posts page.
This commit is contained in:
@ -153,6 +153,9 @@ class Dev {
|
||||
|
||||
//Post page
|
||||
"css/pages/postPage/main.css",
|
||||
|
||||
//Latest post page stylesheet
|
||||
"css/pages/latestPosts/main.css",
|
||||
);
|
||||
|
||||
/**
|
||||
@ -273,6 +276,9 @@ class Dev {
|
||||
//Post page
|
||||
"js/pages/postPage/main.js",
|
||||
|
||||
//Latest posts page
|
||||
"js/pages/latestPosts/main.js",
|
||||
|
||||
//Login page
|
||||
"js/pages/login.js",
|
||||
|
||||
|
Reference in New Issue
Block a user