summaryrefslogtreecommitdiffstats
path: root/templates/history.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/history.html')
-rw-r--r--templates/history.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/history.html b/templates/history.html
new file mode 100644
index 0000000..9ed86f2
--- /dev/null
+++ b/templates/history.html
@@ -0,0 +1,21 @@
+<details class="history">
+ <summary>Revisions</summary>
+ <p>
+ This revisions table has been automatically generated from
+ <a href="https://code.soap.coffee/writing/lthms.git">the <code>git</code>
+ history of this website repository</a>, and the change descriptions may not
+ always be as useful as they should. You can consult the source of this file
+ in its current
+ version <a href="https://code.soap.coffee/writing/lthms.git/tree/{{file}}">here</a>.
+ </p>
+
+ <table>
+ {{#history}}
+ <tr>
+ <td class="date">{{date}}</a></td>
+ <td class="subject">{{subject}}</a></td>
+ <td class="commit"><a href="https://code.soap.coffee/writing/lthms.git/commit/{{file}}/?id={{hash}}">{{abbr_hash}}</a></td>
+ </tr>
+ {{/history}}
+ </table>
+</details>