latin: distinguish titles from row identifiers
[sheet.git] / index.plp
index ed321577bfa58e089de0b281f43e3a4dd3b74e79..f8a193876eb6ed67d4a4fc91c63579b586da5415 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'cheat sheets',
-       version => '1.7',
+       version => '1.9',
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
@@ -28,7 +28,7 @@ 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>";
 }}
 
 :>
@@ -53,6 +53,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>