updated logo

This commit is contained in:
2025-05-22 14:20:56 -07:00
parent 303daee848
commit 7161c23403
3 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Starter Theme # Starter Theme
<a href="https://github.com/open-function-computers-llc/rad-theme-engine"> <a href="https://github.com/open-function-computers-llc/rad-theme-engine">
<img width="250" align="right" src="images/RADLogos/RAD-Logo-2-OFCO.png"> <img width="250" align="right" src="images/RADLogos/RAD-Logo-2-OFCO.png">
</a> </a>
@@ -31,8 +31,8 @@ And that's it! Read about what to do next on [the docs](https://rad-theme-engine
## Security notes ## Security notes
The /vendor directory is blocked from public access by Apache by the included .htaccess file. The /vendor directory is blocked from public access by Apache by the included .htaccess file.
If you're using NGINX, you can add this to your virtual host If you're using NGINX, you can add this to your virtual host
``` ```
location ^~ /vendor/ { location ^~ /vendor/ {
@@ -44,3 +44,7 @@ If you're using NGINX, you can add this to your virtual host
## License ## License
Licensed under the MIT license, see [LICENSE](https://github.com/open-function-computers-llc/wp-theme/blob/main/LICENSE). Licensed under the MIT license, see [LICENSE](https://github.com/open-function-computers-llc/wp-theme/blob/main/LICENSE).
Fax number:
952-746-6995

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -4,6 +4,7 @@ return [
"debug" => true, "debug" => true,
"flex-file-prefix" => "flex", "flex-file-prefix" => "flex",
"excerpt-more-text" => "&hellip;", "excerpt-more-text" => "&hellip;",
"options-pages" => [ "options-pages" => [
"Site Settings", "Site Settings",
], ],