add: journals/notes database interfaces

This commit is contained in:
trisua 2025-06-18 19:21:01 -04:00
parent 0f48a46c40
commit 102ea0ee35
14 changed files with 386 additions and 6 deletions

View file

@ -112,7 +112,19 @@
("class" "button")
("data-turbo" "false")
(icon (text "rabbit"))
(str (text "general:link.reference"))))))
(str (text "general:link.reference")))
(a
("href" "{{ config.policies.terms_of_service }}")
("class" "button")
(icon (text "heart-handshake"))
(text "Terms of service"))
(a
("href" "{{ config.policies.privacy }}")
("class" "button")
(icon (text "cookie"))
(text "Privacy policy")))))
(text "{%- endif %}")))
(text "{%- endmacro %}")