Add hover text for header image
This commit is contained in:
parent
2f8f021d06
commit
b9093d4938
4 changed files with 3 additions and 89 deletions
|
@ -670,7 +670,7 @@ def headerwrite(thefile,pagename):
|
|||
header.write("/style.css\">\n <link rel=\"stylesheet\" href=\"")
|
||||
if len(variables.subfolder) > 0:
|
||||
header.write("/" + variables.subfolder)
|
||||
header.write("/user.css\">\n <meta name=\"theme-color\" content=\"" + variables.headerbackground + "\">\n <title>" + variables.name + "’s card collection :: " + pagename + "</title>\n </head>\n <body class=\"" + pagename + "\">\n <aside>\n \n </aside>\n <nav>\n <ul>\n <li>")
|
||||
header.write("/user.css\">\n <meta name=\"theme-color\" content=\"" + variables.headerbackground + "\">\n <title>" + variables.name + "’s card collection :: " + pagename + "</title>\n </head>\n <body class=\"" + pagename + "\">\n <aside title=\"" + variables.hovertext + "\">\n \n </aside>\n <nav>\n <ul>\n <li>")
|
||||
if pagename == "index":
|
||||
header.write("home")
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue