Footer text is now a config option

This commit is contained in:
Matthias Portzel 2023-07-08 10:24:02 -07:00
parent fca5fd495e
commit 1cd5bbd96b
2 changed files with 6 additions and 2 deletions

View File

@ -40,7 +40,7 @@
{{!-- My content footer --}}
<section class="footer">
<a href="/ideas/soli-deo-gloria">The glory to God alone.</a>
{{{@custom.footer_text}}}
</section>
</main>

View File

@ -1,7 +1,7 @@
{
"name": "paper-houses",
"description": "A blog theme inspired by the warm feel of paper.",
"version": "1.0.0",
"version": "1.1.0",
"license": "BSD0",
"author": {
"email": "MatthiasPortzel@gmail.com"
@ -28,6 +28,10 @@
"contact_info": {
"type": "text",
"default": "You can reach me through telepathy."
},
"footer_text": {
"type": "text",
"default": "Soli Deo Gloria"
}
}
},