diff --git a/examples/docker-stack.yml b/examples/docker-stack.yml index 3674572..6551b08 100644 --- 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 index 183fea3..ae8870f 100644 --- 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 index f3ba6d0..111a75b 100644 --- a/views/index.hamlet +++ b/views/index.hamlet @@ -91,3 +91,7 @@ $doctype 5 hx-swap="outerHTML" /> Load Generators + +