commit 3c4c4f8d305fff7313efb56360864cf72257a298 parent 1be99a44ffcb03b7d611a08dfc69b5d43d934510 Author: James Eversole <james@eversole.co> Date: Sat, 6 Aug 2022 21:00:44 -0500 Add footer with link to git repo. Update docker-stack example to include shared Sqlite volume Diffstat:
| M | examples/docker-stack.yml | | | 2 | ++ |
| M | views/cassius/style.cassius | | | 12 | ++++++++++++ |
| M | views/index.hamlet | | | 4 | ++++ |
3 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/examples/docker-stack.yml b/examples/docker-stack.yml @@ -11,6 +11,8 @@ services: - 5195:3000 networks: - webnet + volumes: + - ./data/Purr.sqlite:/app/data/Purr.sqlite networks: webnet: diff --git a/views/cassius/style.cassius b/views/cassius/style.cassius @@ -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 diff --git a/views/index.hamlet b/views/index.hamlet @@ -91,3 +91,7 @@ $doctype 5 hx-swap="outerHTML" /> Load Generators + + <footer .footer #footer> + <a href="https://git.eversole.co/James/Purr"> + Made With ♥