diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-19 16:24:42 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-19 16:28:43 +0200 |
commit | b242ed3c44f4dde7c4b452312b78a3b02f42ea65 (patch) | |
tree | 1a9cc1b68e4a94e530c5e2596c645a698c4a656e /templates | |
parent | 84f80cdc4d27c3274c74f98255bf90c713e89a85 (diff) | |
download | lens-b242ed3c44f4dde7c4b452312b78a3b02f42ea65.tar.gz lens-b242ed3c44f4dde7c4b452312b78a3b02f42ea65.tar.bz2 lens-b242ed3c44f4dde7c4b452312b78a3b02f42ea65.zip |
feat: Add task loop
Now the tasks will loop every given time. With this it will be able to
pick up new photos after the application was started.
I added 2h for file because my personal photo gallery is quite big and
quite IO bottled necked so it tasks a lot of time to go through.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.qtpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.qtpl b/templates/base.qtpl index b1878ba..a80803a 100644 --- a/templates/base.qtpl +++ b/templates/base.qtpl @@ -47,7 +47,7 @@ Page prints a page implementing Page interface. </a> </div> </nav> - <div class="container"> + <div class="container is-fullhd"> {%= p.Content() %} </div> </body> |