diff --git a/src/lua/cache.lua b/src/lua/cache.lua index 8600129..9c40e32 100644 --- a/src/lua/cache.lua +++ b/src/lua/cache.lua @@ -35,7 +35,7 @@ function configure(...) FROM cache WHERE path = :path AND - ((dirty = 0) OR (strftime('%s','now') - updated) < 20) + ((dirty = 0) OR (strftime('%s','now') - updated) > 20) ; ]])) stmnt_insert_cache = assert(cache:prepare([[ diff --git a/src/pages/edit_bio.etlua b/src/pages/edit_bio.etlua deleted file mode 100644 index ad57e0f..0000000 --- a/src/pages/edit_bio.etlua +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - <% if author then %> - - <% end %> - <% if title then %> - <%- title %> - <% else %> - 🍑 - <% end %> - - - <% if extra_load then %> - <% for _,load in ipairs(extra_load) do %> - <%- load %> - <% end %> - <% end %> - - -
- -

- Edit Biography for <%= user %> -

-<% if err then %><%= err %><% end %> -
-
- -
-
-
-
- -
-
-
- -
- - - -