mirror of https://gitlab.com/bashrc2/epicyon
Don't show common emoji on reading status posts
parent
c8e605c2dc
commit
1edcc9a3a1
|
@ -588,6 +588,7 @@ def html_new_post(edit_post_params: {},
|
||||||
new_post_image_section += end_edit_section()
|
new_post_image_section += end_edit_section()
|
||||||
|
|
||||||
new_post_emoji_section = ''
|
new_post_emoji_section = ''
|
||||||
|
if not path.endswith('/newreadingstatus'):
|
||||||
common_emoji_str = html_common_emoji(base_dir, 16)
|
common_emoji_str = html_common_emoji(base_dir, 16)
|
||||||
if common_emoji_str:
|
if common_emoji_str:
|
||||||
new_post_emoji_section = \
|
new_post_emoji_section = \
|
||||||
|
|
Loading…
Reference in New Issue