mirror of
https://github.com/flextype/flextype.git
synced 2025-08-10 23:24:04 +02:00
Update default theme
This commit is contained in:
@@ -5,8 +5,8 @@ author:
|
||||
name: Sergey Romanenko
|
||||
email: awilum@yandex.ru
|
||||
url: https://github.com/Awilum
|
||||
homepage: https://github.com/Rawilum/Rawilum
|
||||
bugs: https://github.com/Rawilum/Rawilum/issues
|
||||
homepage: https://github.com/rawilum/rawilum
|
||||
bugs: https://github.com/rawilum/rawilum/issues
|
||||
license: MIT
|
||||
|
||||
# Theme settings
|
||||
|
@@ -1,3 +1,3 @@
|
||||
<?php Theme::getTemplate('partials/head'); ?>
|
||||
<?php echo Pages::getCurrentPage()['content']; ?>
|
||||
<?php Theme::getTemplate('partials/footer'); ?>
|
||||
<?php $this->rawilum['themes']->getTemplate('partials/head'); ?>
|
||||
<?php echo $page['content']; ?>
|
||||
<?php $this->rawilum['themes']->getTemplate('partials/footer'); ?>
|
||||
|
11
site/themes/default/package-lock.json
generated
Normal file
11
site/themes/default/package-lock.json
generated
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"requires": true,
|
||||
"lockfileVersion": 1,
|
||||
"dependencies": {
|
||||
"bootstrap": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0.tgz",
|
||||
"integrity": "sha512-gulJE5dGFo6Q61V/whS6VM4WIyrlydXfCgkE+Gxe5hjrJ8rXLLZlALq7zq2RPhOc45PSwQpJkrTnc2KgD6cvmA=="
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user