We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36befac commit 0bea8faCopy full SHA for 0bea8fa
1 file changed
history/history.py
@@ -168,7 +168,7 @@ async def history(
168
display_year: str = format_year(year)
169
lines.append(f"**{display_year}**\n-# {text}\n")
170
lines.append(
171
- f"-# Source: muffinlabs · Timezone: {user_tz} · Page {current_page}/{total_pages}"
+ f"-# Source: muffinlabs · Timezone: {user_tz}"
172
)
173
pages.append("\n".join(lines))
174
0 commit comments