24 lines
634 B
HTML
24 lines
634 B
HTML
<h1> Git Changelog changelog </h1>
|
|
|
|
<p>
|
|
Changelog of Git Changelog.
|
|
</p>
|
|
|
|
{{#tags}}
|
|
<h2> {{name}} </h2>
|
|
{{#issues}} {{#hasIssue}} {{#hasLink}}
|
|
<h2> {{name}} <a href="{{link}}">{{issue}}</a> {{title}} </h2>
|
|
{{/hasLink}} {{^hasLink}}
|
|
<h2> {{name}} {{issue}} {{title}} </h2>
|
|
{{/hasLink}} {{/hasIssue}} {{^hasIssue}}
|
|
<h2> {{name}} </h2>
|
|
{{/hasIssue}} {{#commits}}
|
|
<a href="https://gogs.steamware.net/SteamwareSrl/Mapo-IOB-WIN/{{hash}}">{{hash}}</a> {{authorName}} <i>{{commitTime}}</i>
|
|
<p>
|
|
<h3>{{{messageTitle}}}</h3>
|
|
|
|
{{#messageBodyItems}}
|
|
<li> {{.}}</li>
|
|
{{/messageBodyItems}}
|
|
</p>
|
|
{{/commits}} {{/issues}} {{/tags}} |