🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit caf703850b1cb2c699a3d9b5ecab217405d6c1d2
Parent: 6b0ba9926643f55798a87aef2d4b9f531399a25b
Author: mcol <mcol@posteo.net>
Date: 2021-11-23 00:32:53 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-23 00:32:53 +0000

Add some comments at the top of the template includes

templates/template.html.include Modified

@@ -1,3 +1,6 @@
+{#- This is the base template used for all pages. -#}
+{#- Style credit goes to stagit. -#}
+
 <!doctype html>
 <html lang="en">
   <head>

templates/repo-table-header.html.include Modified

@@ -1,3 +1,5 @@
+{#- This block is rendered at the top of every page. -#}
+
 <table id="head">
   <tr>
     <td width="32px" rowspan="2"><a href="{{ host }}"><img src="{{ host }}/avatar.png" id="avatar"/></a></td>