Commit Diff


commit - bfc7058d7d65cd8201b5bac62e986ba755ce7a42
commit + 09427a83fe3d5993df6d27ff4c66f4b024a5b098
blob - deb2c2efbc69c0687adf25945afd27a519acb8df
blob + 13325f2a27671e833b48fbde219ee56fe46652d3
--- templates/foot.html
+++ templates/foot.html
@@ -1,15 +1,15 @@
     <footer>
-      <p>Game Of Trees Mail Archive</p>
+      <p>Name of the mailing list</p>
       <nav>
         <ul>
           <li>
             <a href='/'>Index</a>
           </li>
           <li>
-            <a href='https://lists.openbsd.org/cgi-bin/mj_wwwusr?user=&passw=&func=lists-long-full&extra=gameoftrees'>Mailing List</a>
+            <a href='#'>Subscribe Link</a>
           </li>
           <li>
-            <a href='https://gameoftrees.org/'>Game of Trees</a>
+            <a href='#'>Web site</a>
           </li>
         </ul>
       </nav>
blob - 5eefadb3ed949e0d1ca657a39e89fd803d75e254
blob + 74a641065b95ec594c1368b37e1350ef06e0ca11
--- templates/head.html
+++ templates/head.html
@@ -4,6 +4,6 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width" />
     <link rel="stylesheet" href="/style.css" />
-    <title>Game of Trees Mail Archive | TITLE</title>
+    <title>Mailing List Archive | TITLE</title>
   </head>
   <body>
blob - a7696374a675e381787e40e28b7246ad2597501d
blob + a53fc3364afc6613bedbc1f3788c2f9d4cb4ffa2
--- templates/index-header.html
+++ templates/index-header.html
@@ -1,10 +1,5 @@
 <header class='index-header'>
-  <a href="https://gameoftrees.org" target="_blank">
-    <img src='/got.png'
-         srcset='/got.png, /got@2x.png 2x'
-         alt='"GOT" where the "O" is a cute smiling pufferfish.' />
-  </a>
-  <h1>Game of Trees Mail Archive</h1>
+  <h1>Mailing List Archive</h1>
   <p>Page PAGE</p>
   <p>SUBTITLE</p>
 </header>
blob - 3685b971a9a049098cecfcec8e3fda83b73484e0
blob + e7fbf0246ef8078b7919fd9a5cf85b9618a8c0b4
--- templates/logo-small.html
+++ templates/logo-small.html
@@ -1,5 +1,7 @@
+<!-- an optional logo fragment for the thread header, for example:
 <a href="https://gameoftrees.org" target="_blank">
   <img srcset='/got-tiny.png, /got-tiny@2x.png 2x'
        src='/got-tiny.png'
        width='64' height='39'
        alt='"GOT", but the "O" is a cute, smiling pufferfish.' /></a>
+-->
blob - b850ad407bec9a23b378dec5f925cf7bcaa8ec7a
blob + fb894fb933f1cf8ac78b77853c9c66ddb2d79154
--- templates/search-header.html
+++ templates/search-header.html
@@ -1,10 +1,12 @@
 <header class='index-header'>
+  <!-- the default stylesheet allow for a heading logo here, for example:
   <a href="https://gameoftrees.org" target="_blank">
     <img src='/got.png'
          srcset='/got.png, /got@2x.png 2x'
          alt='"GOT" where the "O" is a cute smiling pufferfish.' />
   </a>
-  <h1>Game of Trees Mail Archive</h1>
+  -->
+  <h1>Mailing List Archive</h1>
 </header>
 <nav>
   <a href='/'>Index</a>
blob - 6da5e45d9aa4b148c0944889014bdf4aa3f0e707
blob + 9fcb417a03928ebb95656d3f0c27ad70fc71edb9
--- templates/search.html
+++ templates/search.html
@@ -1,3 +1,6 @@
+<!--
+    when not running msearchd(8), leave this file empty to hid the search
+-->
 <form method="get" action="/search">
   <label>Search: <input type="search" name="q" value="QUERY" /></label>
   <button type="submit">search</button>