Feat: Home and Contact pages setup with Altcha bot protection and saving to database using alterntive layout.
This commit is contained in:
@@ -29,8 +29,12 @@ module.exports = {
|
||||
],
|
||||
// Core
|
||||
core_home: [
|
||||
path.resolve(__dirname, 'static/css/sections/core.css'),
|
||||
path.resolve(__dirname, 'static/css/pages/core/home.css')
|
||||
path.resolve(__dirname, 'static/css/sections/core.css'),
|
||||
path.resolve(__dirname, 'static/css/pages/core/home.css')
|
||||
],
|
||||
core_contact: [
|
||||
path.resolve(__dirname, 'static/css/sections/core.css'),
|
||||
path.resolve(__dirname, 'static/css/pages/core/contact.css')
|
||||
],
|
||||
core_admin_home: [
|
||||
path.resolve(__dirname, 'static/css/sections/core.css'),
|
||||
|
||||
Reference in New Issue
Block a user