mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-16 13:17:30 +00:00
496d53f47e
Create support for languages, then reformat user, home, and post pages to use it, and create en and en-us language files.
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
//- Needs user, selectedTimeline, url, type
|
|
|
|
- const ll = lang.get(settings.language)
|
|
|
|
include ../includes/timeline_page.pug
|
|
include ../includes/next_page_button.pug
|
|
|
|
+timeline_page(page, pageIndex)
|
|
|
|
+next_page_button(user, selectedTimeline, url, type)
|