html: little changes in classes, IDs name

This commit is contained in:
Cyrille L 2022-11-28 12:10:22 +01:00
parent 570ed1973a
commit 2ce6e0d4a5
1 changed files with 3 additions and 3 deletions

View File

@ -137,7 +137,7 @@ def html_main_page(wip_html):
headers = '<header class="%s">\n'%domain.domain_css + \
' <div id="logo-header">\n' + \
' <a id="logo-link" href="/">\n' + \
' <img id="%s_logo"\n'%domain.domain_css + \
' <img id="logo-%s"\n'%domain.domain_css + \
' src="%s"\n'%logo + \
' alt="Logo: %s"\n'%domain.domain_title + \
' title="Logo: %s" />\n'%domain.domain_title + \
@ -207,9 +207,9 @@ def html_main_page(wip_html):
' <h1 id="footer-title">%s %s</h1>\n'%(
trans[2][fl], domain.domain_title) + \
' <div id="footer-infos">\n' + \
' <p id="site-about">%s<p>\n'%domain.domain_about + \
' <p id="footer-about">%s<p>\n'%domain.domain_about + \
' </div>\n' + \
' <div id="footer-about">\n' + \
' <div id="footer-refs">\n' + \
' <ul class="site-list">\n' + \
' <li class="site-list">URL:\n' + \
' <a id="site-url"\n' + \