Fossil Forum
anonymous
3 weeks, 5 days ago
Post: customskin.md example uses old <div class="header"> and not <header>
The following example is in the Header and Footer Processing section:
For example, first few lines of a typical Skin Header will look like this:
<div class="header">
<div class="title"><h1>$<project_name></h1>$<title>/div>
After variables are substituted by TH1, that will look more like this:
<div class="header">
<div class="title"><h1>Project Name</h1>Page Title</div>
Should it be changed to use the <header> tag and not <div class="header"> as discussed in the sidebar earlier in the page.
stephan
3 weeks, 5 days ago
Should it be changed to use the header tag...
Indeed. The docs have been updated. Thank you for the report!