diff --git a/extra/custom-head.blade.php b/extra/custom-head.blade.php new file mode 100644 index 0000000..f82257a --- /dev/null +++ b/extra/custom-head.blade.php @@ -0,0 +1,38 @@ +{{-- + + +|-------------------------------------------------------------------------- +| Custom assets +|-------------------------------------------------------------------------- + +Custom assets are stored in the 'custom-assets' directory found inside the 'extra' folder. +Custom assets can be any file you would like to use in your theme. +For example: JS, CSS or image files. + +You can load these custom assets with a built-in function, 'themeAsset()'. +Add the file you want to add to your 'custom-assets' folder, and include the name with the file extension in the function. + +Down below, you can find a few examples using this function: + + + +--}} + + \ No newline at end of file diff --git a/readme.md b/readme.md index f848c29..b600f56 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ Find more themes: https://linkstack.org/themes/ * Theme Name: Aurora -* Theme Version: 1.6 +* Theme Version: 1.7 * Theme Date: 2022-07-21 * Theme Author: KiwiSin * Theme Author URI: https://me.unraid.nz/@kiwi