New thing: Posts
authorPranshu Sharma <pranshu@bauherren.ovh>
Wed, 18 Dec 2024 18:55:33 +1000
changeset 16 be331e8c8caf
parent 15 c8e6e4e514f3
child 17 d0fdfd1030aa
New thing: Posts
genorg.pl
--- a/genorg.pl	Wed Dec 18 14:42:38 2024 +1000
+++ b/genorg.pl	Wed Dec 18 18:55:33 2024 +1000
@@ -39,7 +39,7 @@
 # The first page has one less article.  Think of it as a feature.
 my $max_cat = 30;
 my $blog_title = "Pranshu's blog";
-my ($home, $about) = ("home.html", "about.html");
+my ($home, $about) = ("index.html", "about.html");
 my $etc_files;
 my $nav_id = "nav";
 my $rdesc = "description";
@@ -73,7 +73,7 @@
 my $navbar = <<"END" =~ s/\n\s+//gr;
 <ul>
   <li> <a href="LINK">Home</a> </li>
-  <li> <a href="LINK">Catagories</a> </li>
+  <li> <a href="LINK">Posts</a> </li>
   <li> <a href="LINK">About</a>  </li>
 </ul>
 END