summaryrefslogtreecommitdiffstats
path: root/templates/history.html
blob: a8d06b6ca3a101edbb72c87850c60847f931b00e (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/{{filename}}/?id={{hash}}">{{abbr_hash}}</a></td>
  </tr>
  {{/history}}
  </table>
</details>