Fossil SCM

Update a legacy reference to how page headers are created in a skins, as reported by [forum:d8e2afdfd1|forum post d8e2afdfd1].

stephan 2026-06-14 13:29 UTC trunk
Commit 922ec24c994c1a902f8436c0e236ab36627b19334a07bb4b28910c253481fba3
1 file changed +2 -2
--- www/customskin.md
+++ www/customskin.md
@@ -342,16 +342,16 @@
342342
section for more information on the two possible variable formats.
343343
344344
For example, first few lines of a typical Skin Header will look
345345
like this:
346346
347
- <div class="header">
347
+ <header>
348348
<div class="title"><h1>$<project_name></h1>$<title>/div>
349349
350350
After variables are substituted by TH1, that will look more like this:
351351
352
- <div class="header">
352
+ <header>
353353
<div class="title"><h1>Project Name</h1>Page Title</div>
354354
355355
As you can see, two TH1 variable substitutions were done.
356356
357357
The same TH1 interpreter is used for both the header and the footer
358358
--- www/customskin.md
+++ www/customskin.md
@@ -342,16 +342,16 @@
342 section for more information on the two possible variable formats.
343
344 For example, first few lines of a typical Skin Header will look
345 like this:
346
347 <div class="header">
348 <div class="title"><h1>$<project_name></h1>$<title>/div>
349
350 After variables are substituted by TH1, that will look more like this:
351
352 <div class="header">
353 <div class="title"><h1>Project Name</h1>Page Title</div>
354
355 As you can see, two TH1 variable substitutions were done.
356
357 The same TH1 interpreter is used for both the header and the footer
358
--- www/customskin.md
+++ www/customskin.md
@@ -342,16 +342,16 @@
342 section for more information on the two possible variable formats.
343
344 For example, first few lines of a typical Skin Header will look
345 like this:
346
347 <header>
348 <div class="title"><h1>$<project_name></h1>$<title>/div>
349
350 After variables are substituted by TH1, that will look more like this:
351
352 <header>
353 <div class="title"><h1>Project Name</h1>Page Title</div>
354
355 As you can see, two TH1 variable substitutions were done.
356
357 The same TH1 interpreter is used for both the header and the footer
358

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button