diff --git a/themes/lhs/LICENSE b/themes/lhs/LICENSE deleted file mode 100644 index 17993f6..0000000 --- a/themes/lhs/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2023 YOUR_NAME_HERE - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/themes/lhs/archetypes/default.md b/themes/lhs/archetypes/default.md index bf63b27..37ddc65 100644 --- a/themes/lhs/archetypes/default.md +++ b/themes/lhs/archetypes/default.md @@ -3,5 +3,6 @@ title: "{{ replace .Name "-" " " | title }}" subtitle: "" draft: true show_big_cta: false # Show the big Call To Action at the bottom of the page +show_cta: true # Show the CTA --- diff --git a/themes/lhs/theme.toml b/themes/lhs/theme.toml index aee5e40..50cc1a9 100644 --- a/themes/lhs/theme.toml +++ b/themes/lhs/theme.toml @@ -1,5 +1,5 @@ name = "lhs" -license = "MIT" +license = "All Rights Reserved" description = "A theme for Leigh Hackspace" homepage = "https://leighhack.org/" tags = []