mirror of https://gitlab.com/bashrc2/epicyon
Don't need middle section
parent
4754daed8e
commit
64b401da3d
|
@ -380,7 +380,7 @@ def _html_timeline_end(base_dir: str, nickname: str, domain_full: str,
|
||||||
tl_str = ' </div>\n'
|
tl_str = ' </div>\n'
|
||||||
|
|
||||||
# end of column-center
|
# end of column-center
|
||||||
tl_str += ' </section>\n </td>\n'
|
tl_str += ' </td>\n'
|
||||||
|
|
||||||
# right column
|
# right column
|
||||||
right_column_str = \
|
right_column_str = \
|
||||||
|
@ -799,8 +799,7 @@ def html_timeline(css_cache: {}, default_timeline: str,
|
||||||
' </td>\n'
|
' </td>\n'
|
||||||
|
|
||||||
# center column containing posts
|
# center column containing posts
|
||||||
tl_str += ' <td valign="top" class="col-center">\n' + \
|
tl_str += ' <td valign="top" class="col-center">\n'
|
||||||
' <section>\n'
|
|
||||||
|
|
||||||
if not full_width_tl_button_header:
|
if not full_width_tl_button_header:
|
||||||
tl_str += \
|
tl_str += \
|
||||||
|
|
Loading…
Reference in New Issue