summaryrefslogtreecommitdiffstats
path: root/templates/history.html
blob: 9ed86f223dd47f9340c7e16348a69c52954a520e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>