mention github mirror in html footer
[websub-hub] / src / template / template-helper.js
index eb379172098925987febda3ee2f0a61339284744..d3962f99f263a07c485501236d0b1b3c3797848d 100644 (file)
@@ -30,7 +30,7 @@ const dateOrNot = (date, otherwise) => {
  * @param {Number} seconds
  * @returns {String}
  */
- const secondsToPeriod = (seconds) => {
+const secondsToPeriod = (seconds) => {
   let value = seconds;
   const result = [];
 
@@ -212,7 +212,7 @@ function htmlHeader(pageTitle, navLinks = []) {
         <ol>
           ${navLinks.map((l) => renderNavLink(l)).join('\n')}
         </ol>`
-    : '') + `
+      : '') + `
       </nav>
     </header>
     <main>`;
@@ -228,7 +228,7 @@ function htmlFooter() {
     <footer>
       <ol>
         <li>
-          <a href="https://git.squeep.com/?p=websub-hub;a=tree">Development Repository</a>
+          <a href="https://git.squeep.com/?p=websub-hub;a=tree">Development Repository</a> / <a href="https://github.com/thylacine/websub-hub/">GitHub mirror</a>
         </li>
         <li>
           <a href="https://squeep.com/">A Squeep Infrastructure Component</a>