index: link sections in columns
[sheet.git] / index.plp
index 479bb1efb23d7598e97112d7a95b115f9b6f6cee..3e997e3dccc63d418215e2817333dbd90de55b63 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'cheat sheets',
-       version => 'v1.7',
+       version => '1.9',
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
@@ -28,10 +28,11 @@ if (open my $log, '-|', git => 'log', -1, @format) {{
        $line or next;  # explicitly ignore empty input
        my ($date, $subject) = split /[\t\n]/, $line;
        $date =~ s/ \K/<small>/ and $date .= '</small>';
-       print "<p><strong>Last update</strong>: $date $subject</p>\n";
+       say "<p><strong>Last update</strong>: $date $subject</p>";
 }}
 
 :>
+<nav>
 <div class="section">
 <h2>Keyboard maps</h2>
 <ul>
@@ -53,6 +54,7 @@ if (open my $log, '-|', git => 'log', -1, @format) {{
 <li><a href="/unicode">common glyphs</a>
 <li><a href="/digraphs">digraphs</a>
 <li><a href="/writing">alphabet comparison</a>
+<li><a href="/latin">latin variants</a>
 <li><a href="/font">font coverage</a>
 </ul>
 </div>
@@ -70,4 +72,5 @@ if (open my $log, '-|', git => 'log', -1, @format) {{
 <li><a href="/emoji">emoticons</a>
 </ul>
 </div>
+</nav>