mirror of https://gitlab.com/bashrc2/epicyon
Refresh the mobile newswire screen periodically
So that you can leave it open in a shell browser and see news coming inmerge-requests/30/head
parent
7f5721469f
commit
3014ef5aa5
|
@ -507,8 +507,9 @@ def html_newswire_mobile(base_dir: str, nickname: str,
|
||||||
|
|
||||||
instance_title = \
|
instance_title = \
|
||||||
get_config_param(base_dir, 'instanceTitle')
|
get_config_param(base_dir, 'instanceTitle')
|
||||||
|
metadata = '<meta http-equiv="refresh" content="1800" >\n'
|
||||||
html_str = \
|
html_str = \
|
||||||
html_header_with_external_style(css_filename, instance_title, None)
|
html_header_with_external_style(css_filename, instance_title, metadata)
|
||||||
|
|
||||||
banner_file, _ = \
|
banner_file, _ = \
|
||||||
get_banner_file(base_dir, nickname, domain, theme)
|
get_banner_file(base_dir, nickname, domain, theme)
|
||||||
|
|
Loading…
Reference in New Issue