Add footer with link to git repo. Update docker-stack example to include shared Sqlite volume
This commit is contained in:
parent
1be99a44ff
commit
3c4c4f8d30
@ -11,6 +11,8 @@ services:
|
||||
- 5195:3000
|
||||
networks:
|
||||
- webnet
|
||||
volumes:
|
||||
- ./data/Purr.sqlite:/app/data/Purr.sqlite
|
||||
|
||||
networks:
|
||||
webnet:
|
||||
|
@ -38,6 +38,18 @@ a
|
||||
.title h1
|
||||
margin: 0.1em 0 0.1em 0
|
||||
|
||||
.footer
|
||||
position: absolute
|
||||
text-align: right
|
||||
bottom: 0
|
||||
width: 75%
|
||||
height: 2.5em
|
||||
|
||||
.footer a
|
||||
all: unset
|
||||
cursor: pointer
|
||||
color: #{colorThree}
|
||||
|
||||
.htmx-indicator
|
||||
display: none
|
||||
|
||||
|
@ -91,3 +91,7 @@ $doctype 5
|
||||
hx-swap="outerHTML"
|
||||
/>
|
||||
Load Generators
|
||||
|
||||
<footer .footer #footer>
|
||||
<a href="https://git.eversole.co/James/Purr">
|
||||
Made With ♥
|
||||
|
Loading…
x
Reference in New Issue
Block a user